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
Traceback (most recent call last):
File "train.py", line 53, in
with open (args.train_keys, 'rb') as fp:
FileNotFoundError: [Errno 2] No such file or directory: 'keys/train_keys.pkl'
Where can i get the file "keys/train_keys.pkl" ?
Best Regards.
The text was updated successfully, but these errors were encountered:
Hi developers,
When i run the command :
python train.py
The following problem occured:
Traceback (most recent call last):
File "train.py", line 53, in
with open (args.train_keys, 'rb') as fp:
FileNotFoundError: [Errno 2] No such file or directory: 'keys/train_keys.pkl'
Where can i get the file "keys/train_keys.pkl" ?
Best Regards.
The text was updated successfully, but these errors were encountered: