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 dc9de41 commit 8d120be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cerebros/units/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,8 +553,9 @@ def materialize(self):
rn_5 = ''
self.neural_network_layer =\
TernaryDenseLayer(
self.n_neurons,
self.activation,
units=self.n_neurons,
input_dim=5,
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 8d120be

Please sign in to comment.