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 7b58698 commit 92dc2f1
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 @@ -554,7 +554,7 @@ def materialize(self):
self.neural_network_layer =\
TernaryDenseLayer(
units=self.n_neurons,
input_dim=5,
input_dim=merged_neural_network_layer_input.shape[-1],
# activation=self.activation,
name=f"{self.name}_dns_{rn_5}")(merged_neural_network_layer_input)
self.materialized = True
Expand Down

0 comments on commit 92dc2f1

Please sign in to comment.