Nemanja Tomic
Nemanja Tomic
Hi @ayyappa428 , Well just a small correction, you didn't train the model with 5k epochs. 1 epoch is when your model sees a whole dataset once, so NUM_STEPS *...
Hi @vinaykumarbundla , See https://github.com/Nemzy/language-translation/issues/4.
Which part exactly?
Hi @vinaykumarbundla , Well this could happen for few reasons: * Dataset doesn't contain enough long sentences * RNN architecture is not deep/wide enough * RNNs generally have trouble to...
Hi @vinaykumarbundla , Sorry for this late reply. To improve accuracy of your model the best thing to do is bucketing, basically you should split sentences in buckets by their...