Skip to content

Commit

Permalink
Update units.py
Browse files Browse the repository at this point in the history
  • Loading branch information
david-thrower committed Jun 12, 2024
1 parent 8d120be commit 7b58698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cerebros/units/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def materialize(self):
TernaryDenseLayer(
units=self.n_neurons,
input_dim=5,
activation=self.activation,
# activation=self.activation,
name=f"{self.name}_dns_{rn_5}")(merged_neural_network_layer_input)
self.materialized = True
# refactor the lagic below and this class is complete
Expand Down

0 comments on commit 7b58698

Please sign in to comment.