fansiawang
fansiawang
@oahziur You are absolutely right! I resumed training successfully! Now I have another question. I try to `finetune new dataset on the saved checkpoint`. Refer to the previous continuing training...
@oahziur I have the `./nmt/nmt_model/hparams` file before I start the training, and I try to match the parameters in `./nmt/nmt_model/hparams` with the `tst2012.json`. But the parameters in `./nmt/nmt_model/hparams` are different...
@oahziur Excuse me, I have another question. If I want to change the strategy of learning rate during the training, I change the `./nmt/nmt_model/hparams` file in the model directory and...
@oahziur It seems that GNMT cannot finetune on the existing model. If I want to change the learning rate or other parameters about learning strategy, I need to re-train a...