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
Where did you get your ImageNet database?
I downloaded a small ImageNet database, but it failed with the following error labels = os.path.basename(i[0]): int(i[1]) for I in labelslist index out of range
I tried changing the index number in both the os.path.basename() and int() functions, but this did not fix the issue.
Can you please help me?
The text was updated successfully, but these errors were encountered:
Where did you get your ImageNet database?
I downloaded a small ImageNet database, but it failed with the following error
labels = os.path.basename(i[0]): int(i[1]) for I in labels
list index out of range
I tried changing the index number in both the os.path.basename() and int() functions, but this did not fix the issue.
Can you please help me?
The text was updated successfully, but these errors were encountered: