Skip to content

Commit 53eff1d

Browse files
committed
fix: adding absolute paths for custom_tf_addons in randaugment
1 parent 9393145 commit 53eff1d

File tree

1 file changed

+6
-3
lines changed
  • algorithmic_efficiency/workloads/imagenet_resnet/imagenet_jax

1 file changed

+6
-3
lines changed

algorithmic_efficiency/workloads/imagenet_resnet/imagenet_jax/randaugment.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@
99

1010
import tensorflow as tf
1111

12-
from .custom_tf_addons import rotate_img
13-
from .custom_tf_addons import transform
14-
from .custom_tf_addons import translate
12+
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
13+
rotate_img
14+
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
15+
transform
16+
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
17+
translate
1518

1619
# This signifies the max integer that the controller RNN could predict for the
1720
# augmentation scheme.

0 commit comments

Comments
 (0)