Closed KavyaGujjala closed 5 years ago
A .pth
file must be trained BLSTM-CRF model.
How did you create D:\CRF_Jap\model_1_jap.pth
?
If you use commands such as touch D:\CRF_Jap\model_1_jap.pth
to create .pth
file, please train BLSTM-CRF model.
Training program create .pth
file such as model.pth
after training step.
The example of Training step is train_sample.py.
code:
ERROR looks like:
I had created a .pth file and added my site-packages path in that file ( C:\Users\kavya\Anaconda3\Lib\site-packages )
What can be the reason?
Should I make any other changes in the codes. Can you please help me with this?