Skip to content

Commit

Permalink
Remove unused Dropout import
Browse files Browse the repository at this point in the history
Co-authored-by: Roy Stegeman <[email protected]>
  • Loading branch information
APJansen and RoyStegeman authored Feb 15, 2024
1 parent aaf6f27 commit ef26632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n3fit/src/n3fit/backends/keras_backend/multi_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import tensorflow as tf
from tensorflow.keras.initializers import Initializer
from tensorflow.keras.layers import Dense, Dropout
from tensorflow.keras.layers import Dense


class MultiDense(Dense):
Expand Down

0 comments on commit ef26632

Please sign in to comment.