Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAchondo committed Jul 5, 2024
1 parent cf6b453 commit 381fd64
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 @@ -109,7 +109,7 @@ def __init__(self,
self.fourier_features.add(SinCosLayer(name='fourier_sincos_layer'))


if self.architecture_Net in ('ModMLP','MLP'):
if self.architecture_Net in ('FCNN','MLP'):
self.create_FCNN()

elif self.architecture_Net == 'ModMLP':
Expand Down

0 comments on commit 381fd64

Please sign in to comment.