Skip to content

Commit b300884

Browse files
committed
dye: tweak more
1 parent 60776b4 commit b300884

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

lib/pim/models/new/stone/dye.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def update_weights(self, inputs: Output, dt: float):
2222
pass
2323

2424
def output(self, network: Network) -> Output:
25-
return network.output("CPU4") * self.weights * 5
25+
return network.output("CPU4") * self.weights * 5 - network.output("CPU4") * 1
2626
#return np.log10(network.output("CPU4") * self.weights) + 6 #* 30000
2727

2828

0 commit comments

Comments
 (0)