Skip to content

Commit

Permalink
Remove MultiDropout once more
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Jan 23, 2024
1 parent a5c6b11 commit 93a5636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/tests/test_multidense.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from tensorflow.keras.initializers import GlorotUniform
from tensorflow.keras.layers import Dense

from n3fit.backends.keras_backend.multi_dense import MultiDense, MultiDropout
from n3fit.backends.keras_backend.multi_dense import MultiDense
from n3fit.model_gen import generate_nn


Expand Down

0 comments on commit 93a5636

Please sign in to comment.