Mayank Kumar

Results 3 comments of Mayank Kumar

Instead of putting `.data` at other places as well, I did below replacement and that worked for me without any other errors: in train.py I changed `scores, _ = pack_padded_sequence(scores,...

@fikrisyad My training is still in its initial stage and currently I have trained it for only 2 epochs as each epoch is taking 3.5 Hrs to complete. I'm using...

@nyj-ocean You can change the save_checkpoint method in `utils.py` by replacing the current state dictionary with something like this one: `state = { "epoch": epoch, "epochs_since_improvement": epochs_since_improvement, "bleu-4": bleu4, "encoder_state_dict":...