Skip to content

Commit f375099

Browse files
committed
isort changes
1 parent 4dadef0 commit f375099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algoperf/workloads/imagenet_resnet/imagenet_jax/randaugment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77
import inspect
88
import math
99

10+
import tensorflow as tf
11+
1012
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
1113
rotate_img
1214
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
1315
transform
1416
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
1517
translate
16-
import tensorflow as tf
1718

1819
# This signifies the max integer that the controller RNN could predict for the
1920
# augmentation scheme.

0 commit comments

Comments
 (0)