Skip to content

Commit

Permalink
fix: adding absolute paths for custom_tf_addons in randaugment
Browse files Browse the repository at this point in the history
  • Loading branch information
init-22 committed Dec 19, 2024
1 parent 9393145 commit 53eff1d
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@

import tensorflow as tf

from .custom_tf_addons import rotate_img
from .custom_tf_addons import transform
from .custom_tf_addons import translate
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
rotate_img
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
transform
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
translate

# This signifies the max integer that the controller RNN could predict for the
# augmentation scheme.
Expand Down

0 comments on commit 53eff1d

Please sign in to comment.