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 9393145 commit 53eff1dCopy full SHA for 53eff1d
algorithmic_efficiency/workloads/imagenet_resnet/imagenet_jax/randaugment.py
@@ -9,9 +9,12 @@
9
10
import tensorflow as tf
11
12
-from .custom_tf_addons import rotate_img
13
-from .custom_tf_addons import transform
14
-from .custom_tf_addons import translate
+from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
+ rotate_img
15
+ transform
16
17
+ translate
18
19
# This signifies the max integer that the controller RNN could predict for the
20
# augmentation scheme.
0 commit comments