-
Notifications
You must be signed in to change notification settings - Fork 2
how to run spm_train in multilingual_preprocess.sh #3
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 8000 terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Thanks for your response so quickly, i found i can't install sentencepiece as command line tools because i am not root,i am sorry i am a rookie,is that possible i can install it as a non-root user? |
Yes. You can run |
Thanks a lot, |
There may be some discrepancy between |
when I in |
In the |
Thanks for reporting these issues. You can insert the path of export PYTHONPATH=/path/to/nmt-multi:${PYTHONPATH}
Sorry, this is a mistake during cleaning up the source codes. Please delete this line.
|
Hi, I pushed a new commit to this repository and the changed files can be found at here. Does this script run well now? |
Thanks,it can run well now. |
in the scripts/ted/data_process/multilingual_preprocess.sh ,you use spm_train to train spm,is that from fairseq? how can i run it?
The text was updated successfully, but these errors were encountered: