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: 'C:\\Users\\xxx\\.fastai\\data\\imdb_tok\\counter.pkl' #4021

Open
WangShaoyu1 opened this issue Apr 14, 2024 · 3 comments

Comments

@WangShaoyu1
Copy link

code:
dls = TextDataLoaders.from_folder(untar_data(URLs.IMDB), valid='test')
learn = text_classifier_learner(dls, AWD_LSTM, drop_mult=0.5, metrics=accuracy)
learn.fine_tune(2, 1e-2)

platform:
win11
torch==2.2.2+cu121
torchaudio==2.2.2+cu121
torchvision==0.17.2+cu121

RTX3090

@WangShaoyu1
Copy link
Author

Solved, cuda version change to 11.8,all ok,and it is 12.x before

@SarthakNikhal
Copy link

Can I help with issue?

@WangShaoyu1
Copy link
Author

Can I help with issue?

Solved,the CUDA version 11.8 OK

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

2 participants