Open ishanisri opened 3 years ago
You Can refer to this file:- https://github.com/rsennrich/subword-nmt/blob/master/subword_nmt/apply_bpe.py, then you fix your NameError. And Depreciation warning has come due to the file you refer to that does not contain the existing feature.
The following error comes up when trying to run the repo locally at the command
bash prepare-iwslt14.sh
. This did not come up in the colab notebook and had instead just shown the Depreciation warning. Any help will be appreciated in fixing this. Thanks!