We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7061897 commit 7d7032cCopy full SHA for 7d7032c
neural_structured_learning/keras/adversarial_regularization.py
@@ -20,10 +20,14 @@
20
import collections
21
import functools
22
import types
23
-from keras.utils import traceback_utils
24
-from keras.saving import save
+
25
26
import attr
27
+from keras.saving import save
28
+from keras.utils import traceback_utils
29
30
31
import neural_structured_learning.configs as nsl_configs
32
from neural_structured_learning.lib import adversarial_neighbor
33
import six
neural_structured_learning/requirements.txt
@@ -2,3 +2,4 @@ absl-py>=0.7
2
attrs>=19.1.0
3
scipy>=1.2.0
4
six>=1.10
5
+keras>=
0 commit comments