You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,When i run this code python train.py, i met the following problem.
Traceback (most recent call last):
File "train.py", line 11, in <module>
from core.utils import init_log, progress_bar
File "/home/aibc/Wen/classification/NTS-Net/core/utils.py", line 8, in <module>
from core.dataset import CUB, Car2000
ImportError: cannot import name 'Car2000'
The text was updated successfully, but these errors were encountered:
Hello,When i run this code python train.py, i met the following problem.
The text was updated successfully, but these errors were encountered: