We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dadef0 commit f375099Copy full SHA for f375099
algoperf/workloads/imagenet_resnet/imagenet_jax/randaugment.py
@@ -7,13 +7,14 @@
7
import inspect
8
import math
9
10
+import tensorflow as tf
11
+
12
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
13
rotate_img
14
15
transform
16
17
translate
-import tensorflow as tf
18
19
# This signifies the max integer that the controller RNN could predict for the
20
# augmentation scheme.
0 commit comments