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
Hi,
I have a problem when i run the code, the error is that:
cann't find the file clsloc.txt
Then i check the file helpers.py, the source code as follows:
…………
def get_labels(filename_list):
# load 1000 categories ids
clsloc_file = '/localdisk/dataset/tiny-imagenet-100-A/clsloc.txt'
with open(clsloc_file) as f:
content = f.readlines()
content = [x.strip() for x in content]
…………
But the file clsloc.txt is not exist, so i don't know the format of this file.
can you give me a help?
Thanks!!!
The text was updated successfully, but these errors were encountered:
Hi,
I have a problem when i run the code, the error is that:
cann't find the file clsloc.txt
Then i check the file helpers.py, the source code as follows:
…………
def get_labels(filename_list):
# load 1000 categories ids
clsloc_file = '/localdisk/dataset/tiny-imagenet-100-A/clsloc.txt'
with open(clsloc_file) as f:
content = f.readlines()
content = [x.strip() for x in content]
…………
But the file clsloc.txt is not exist, so i don't know the format of this file.
can you give me a help?
Thanks!!!
The text was updated successfully, but these errors were encountered: