You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like a random seed problem. If default random seed was chosen, the training loss increasing problem appeared(even with a smaller learning rate). Choose another random seed is useful for this problem.
@heshenghuan , I reran the script with different random seeds and didnot hit the bug as your mentioned.
I'm wondering which pretrained model is used in your experiments.
Yes, config in mt-dnn should be the same as the pretrained config. If I remember correctly, I removed other unrelated args.
The init_checkpoint is trained by using
scripts/run_mt_dnn.sh
, and only the random seed changed, the train loss:The text was updated successfully, but these errors were encountered: