deep-diver / EN-FR-MLT-tensorflow

English-French Machine Language Translation in Tensorflow
109 stars 52 forks source link

I changed your code to py version, but the experiment was much worse. #4

Open yuanxiaosc opened 5 years ago

yuanxiaosc commented 5 years ago

I need you help! I converted your dlnd_language_translation v2.ipynb into seq2seq_RNN_model_batch_size.py. On the verification set, the effect of the model is much worse than yours. seq2seq_RNN_model.py I also wrote a seq2seq_RNN_model.py, which differs from seq2seq_RNN_model_batch_size.py in that it does not require a specified batch size.Seq2seq_RNN_model.py is very ineffective on the verification set, basically no change. I record them in the analysis_log file. I hope you can help me find out why. This is a link to my code.