-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Loading model fails for book/06.label_semantic_roles #1887
Comments
you can use following codes to load the saved parameters:
|
Hi, I am training a Semantic role labeling model on 20k chinese sentences in CONLL2005 format. docker image : paddlepaddle/paddle:0.10.0rc3 I am getting following error . Can you help me decipher what may be going wrong. I checked and data format is correct and works for small amount of data ~100 sentences. |
Hi, @sanjaymeena Why not fetch book docker image directly ?https://github.com/PaddlePaddle/book/blob/develop/README.en.md In this book image, |
please fetch @sanjaymeena You can also run Jupter notebook, because our regression test only covers |
@gangliao I can run the train.py with my data. Turns out problem was with some syntax in data. Thanks for updated book:0.10.0rc3. |
About float point exception: #3076 |
Hello,
Issue : Can train model successfully using the provided train.py and the program saves the parameters.
I tried loading the saved parameters using :
It fails with following error :

The text was updated successfully, but these errors were encountered: