We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I implement AR-Diffusion, ImportError: cannot import name 'load_fairseq' from data_utils.fairseq_dataset.
The text was updated successfully, but these errors were encountered:
i have the same problem
Sorry, something went wrong.
Just comment out the relevant code. It will not affect the final result. This is just debugging code.
Yes, this works.
Do the following in AR-diffusion/data_utils/s2s_dataset.py
AR-diffusion/data_utils/s2s_dataset.py
config.fairseq.use_fairseq = False
Also another change has to be made if you are using 'xsum'.
s2s_dataset.py
dev_data = load_jsonl_data(config, attri='test')
attri='dev'
generate.py
dev_data = load_jsonl_data(config, 'test')
No branches or pull requests
When I implement AR-Diffusion, ImportError: cannot import name 'load_fairseq' from data_utils.fairseq_dataset.
The text was updated successfully, but these errors were encountered: