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
What is the version of FastAI used in this project? I did run train_lm.py and it was an error. The error msg is
Traceback (most recent call last): File "train_lm.py", line 5, in <module> from fastai.callbacks import CSVLogger, SaveModelCallback ModuleNotFoundError: No module named 'fastai.callbacks'
My version is 2.4.1
The text was updated successfully, but these errors were encountered:
Thank you for your prompt reply. The file could be run now. However, train_lm.py requires 'prachathai_lm.pkl' as the input (line 11 of train_lm.py). Where can I get this file?
Thank you for your prompt reply. The file could be run now. However, train_lm.py requires 'prachathai_lm.pkl' as the input (line 11 of train_lm.py). Where can I get this file?
Thank you in advance.
You can get prachathai_lm.pkl from classification.ipynb in Finetune Language Model step.
Hi khun Wannaphong,
I tried to run that step on my local and Colab. It was failed because I don't have enough RAM to process. BTW is it possible to share this file so that I can try running through the notebook. That would educate me a lot.
What is the version of FastAI used in this project? I did run train_lm.py and it was an error. The error msg is
Traceback (most recent call last): File "train_lm.py", line 5, in <module> from fastai.callbacks import CSVLogger, SaveModelCallback ModuleNotFoundError: No module named 'fastai.callbacks'
My version is 2.4.1
The text was updated successfully, but these errors were encountered: