-
Notifications
You must be signed in to change notification settings - Fork 18
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
errors when executing script for generating the binarized data #14
Comments
For the first problem, you are right. I will fix the script in README. |
@hzhwcmhf Thx for your reply, I followed your first suggestion, run the sript again ,still give the same error. For the second suggestion,I don't quite understand,so just simply create a conda environment ,and then install fairseq using |
Create a conda environment, install pytorch (check if it is working well), clone this repo, |
@hzhwcmhf still get the same error |
I am not sure where the problem is. The error message is in a module named You can try installing the original fairseq (see https://github.com/facebookresearch/fairseq#requirements-and-installation) first, and run |
@hzhwcmhf I installed original fairseq, fairseq-preprocess works fine.
maybe something wrong with gcc? |
If you uninstall fairseq or this project, will |
steps to reproduce the error
1,git clone --recurse-submodules https://github.com/thu-coai/DA-Transformer.git && pip install -e .
it didn't work well .I execute git clone --recurse-submodules https://github.com/thu-coai/DA-Transformer.git alone and then cd DA-Transformer,pip install -e . works fine
2,I tried to use the script in readme to generate binarized data
I don't know what's going wrong. Plz help me
The text was updated successfully, but these errors were encountered: