Skip to content

Commit

Permalink
update import path in randaugment.py
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Feb 11, 2025
1 parent 1f72cb3 commit 4dadef0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
import inspect
import math

from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
rotate_img
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
transform
from algorithmic_efficiency.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
from algoperf.workloads.imagenet_resnet.imagenet_jax.custom_tf_addons import \
translate
import tensorflow as tf

Expand Down

0 comments on commit 4dadef0

Please sign in to comment.