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
in File utility.py
I meet the error get_val_pair(path, name):
carray = bcolz.carray(rootdir = os.path.join(path, name), mode = 'r')
FileNotFoundError: No such a file /public/share/dataset/Face/lfw/meta/sizes
Can someone hep me with this? Thanks a lot
The text was updated successfully, but these errors were encountered:
in File utility.py
I meet the error get_val_pair(path, name):
carray = bcolz.carray(rootdir = os.path.join(path, name), mode = 'r')
FileNotFoundError: No such a file /public/share/dataset/Face/lfw/meta/sizes
Can someone hep me with this? Thanks a lot
The text was updated successfully, but these errors were encountered: