lamtram
lamtram copied to clipboard
Trainer::update_epoch has been deprecated
Following to the https://github.com/clab/dynet/pull/695 , trainer->update_epoch() in src/lamtram/lamtram-train.cc should be removed.
Is it ok to simply insert the following line?
trainer->learning_rate /= (1 - rate_decay_)
What is the difference between trainer->learning_rate and learning_rate declared at https://github.com/neubig/lamtram/blob/master/src/lamtram/lamtram-train.cc#L929 ?