-
Notifications
You must be signed in to change notification settings - Fork 9
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
Load dict from trained model #2
Comments
I don't know why but It takes very long to load model's '.bin' as dictionary. I've trying to load the english pre-trained word vectors and after a day, it hasn't finished the "Load dict from trained model" step. |
I am also trying with
|
@yohanguez @AritzBi @benman1 actually, with the following, no error occurred.
training started and then, same as for unsupervised, like 'cbow'. could you debug it step by step, appreciation for your any efforts. Also, I'll exam the code. |
do training/incr-training with word-vector-example.sh, no errors. Please retry with the latest code. THKS |
Hi,
Being able to finetune a pre-trained model is a anazing tool. However, I don't know why but when I am starting to run my command './fasttext supervised -input -inputModel -output -thread 25 -incr', it says 'Load dict from trained model' and never go to the next step (I waited more than 1 hour).
Is the syntax correct ? What am I missing ?
Thanks
Yohan
The text was updated successfully, but these errors were encountered: