Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory: 'datasets/vocab.pkl' #1

Open
hodorxxx opened this issue Oct 16, 2023 · 0 comments

Comments

@hodorxxx
Copy link

Hello, a FileNotFoundError occurred when running this code, could you please update the missing file?

Loading: datasets/vocab.pklTraceback (most recent call last):
File "fsl.py", line 96, in
main(args)
File "fsl.py", line 62, in main
_, vectors = load_pickle('datasets/vocab.pkl')
File "/home/lxy/fsl-proact-main/preprocess/utils.py", line 16, in load_pickle
with open(path, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/vocab.pkl'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant