From 7b5869838da4e7bbcf0dbe53c8b55237e61d93e2 Mon Sep 17 00:00:00 2001 From: David Thrower Date: Wed, 12 Jun 2024 18:10:16 -0400 Subject: [PATCH] Update units.py --- cerebros/units/units.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cerebros/units/units.py b/cerebros/units/units.py index 61f90a1..1daa7ce 100644 --- a/cerebros/units/units.py +++ b/cerebros/units/units.py @@ -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