-
Notifications
You must be signed in to change notification settings - Fork 25
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
Continue training on model #25
Comments
Hi ! Can you paste the command line you used when using the actual path and the traceback for the |
Sure! Here is the command line I used when using the path: and here is the traceback: |
(Sorry for the latency, I am really low-bandwidth on uuparser right now but I'll try to fix this :-)
Actually, I think I found the issue, can you try installing from the fixup branch using |
I'm still getting the same error even after installing from the fixup branch. It could be something wrong on my end though. (Thanks for taking the time to look into it!) |
Oh, if you installed with the exact command I posted in an env where uuparser is already installed, it might not have been updated because I forgot the |
Yes that solved the issue! Thank you so much! |
Great, I'll merge the fix and push a release before the end of the week, then. Thank you for catching this one :-) |
Closed by #26 |
I've been having some issues with the --continueParams option. The code that I am using to continue training a model is below:
uuparser --outdir ewt_output --datadir ud-treebanks-v2.6 --include "en_ewt" --continue --continueParams=params.pickle
My assumption is that the params file is in the same folder as the outdir, but I get the error:
No such file or directory: 'params.pickle'
. I've also tried inserting the actual path, but get the error:UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
.Since neither of these seem to work, where does the Params file need to be in order to load it?
Thanks!
Val
The text was updated successfully, but these errors were encountered: