Open fan23j opened 12 months ago
Hello,
I can't seem to locate what img_classifier_learning_k is referring to in terms of an internal or external module.
img_classifier_learning_k
in line 8 of resnet_imagenet.py: import img_classifier_learning_k as icl
resnet_imagenet.py
import img_classifier_learning_k as icl
I'm sorry for the delayed response. I've updated the functions from img_classifier_learning_k to resnet_imagenet.py. You can try running it again.
Hello,
I can't seem to locate what
img_classifier_learning_k
is referring to in terms of an internal or external module.in line 8 of
resnet_imagenet.py
:import img_classifier_learning_k as icl