You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
I'm unable to reproduce results in Table 1. In particular, I ran the command given by the README.md: python unsupervised.py --src_lang en --tgt_lang es --src_emb data/wiki.en.vec --tgt_emb data/wiki.es.vec --n_refinement 5
And I'm unable to reproduce results for en-es word translation P@1 scores. While P@1 for NN is 69.8% in the paper, I can only get 63.5%.
Do I have to change any hyper-parameters? How many epochs did it train? Any suggestion?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I'm unable to reproduce results in Table 1. In particular, I ran the command given by the README.md: python unsupervised.py --src_lang en --tgt_lang es --src_emb data/wiki.en.vec --tgt_emb data/wiki.es.vec --n_refinement 5
And I'm unable to reproduce results for en-es word translation P@1 scores. While P@1 for NN is 69.8% in the paper, I can only get 63.5%.
Do I have to change any hyper-parameters? How many epochs did it train? Any suggestion?
Thanks!
The text was updated successfully, but these errors were encountered: