Skip to content

Commit

Permalink
update NeuralNet
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jul 11, 2024
1 parent 61eba3e commit 422ad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xppbe/NN/NeuralNet.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def __init__(self,
self.create_ResNet()

# Output layer
self.out = tf.keras.layers.Dense(output_dim,
self.out = self.Dense_Layer(output_dim,
activation=None,
name=f'output_layer')

Expand Down

0 comments on commit 422ad34

Please sign in to comment.