I use this docker image
https://hub.docker.com/r/wojtekcz/fairseq for fairseq-py . It is Machine Transaltion Engline. I will share a scripts are the ones I use.
35_train.sh - trains a model
35_gener.sh - transaltes a sample file
35_bleu.sh - schores translation quality
They work perfectly.... but if a change anything I get errors. I need to work with 2 parametrs:
- optimizer (nag is default) i need to run 'adam' - trainign works but transaltion gives errors
- arch (fconv is default) i need to run: fconv_lm, transformer_lm, lstm - training gives error, transformer - trains but wrongly transaltes some random text repeated all the time.
I changed all in accordance to github repository link will share with you soon
So I think that must be some configuration error or something like that. I can provide remote acces to computer with tools if needed.
About the recuiterMember since Jul 27, 2017 Hemlata G.
from Delhi, India