Open IllyShaieb opened 3 years ago
Sorry for taking so long to get to this! Okay so I googled around a bit and it looks like this is a known issue with FastBPE. Unfortunately the solution looks to be pretty complicated -> https://github.com/pytorch/fairseq/issues/1224#issuecomment-881893627.
This issue is from last year, so it may have been fixed upstream? I might try installing the dependency again, and if it continues to fail, try the steps from that comment in the fairseq issue tracker. Or, if that's too much trouble, you might want to stick with the other augmentation methods.
TL;DR
When trying to run backtranslation on some text data, I encountered two errors, one was a
urllib.error.HTTPError
and the other was with installing dependencies for backtranslation.urllib.error.HTTPError
I was trying to run back-translation on some text data, and encountered the following error:
Which led me to see if the error was due to dependencies not being installed.
Installing Dependencies for Backtranslation.
I ran the command
pip install niacin[backtranslate]
in Windows 10 Powershell, to see if it would fix theurllib.error.HTTPError
. However, I received the following error:Please could you advise if there is anything I can do to remedy these errors?