Skip to content
Snippets Groups Projects
Commit 1da4e955 authored by Van Dung NGUYEN's avatar Van Dung NGUYEN
Browse files

add info

parent fc487a57
No related branches found
No related tags found
1 merge request!309Master
...@@ -1813,7 +1813,7 @@ void TrainingDeepMaterialNetwork::train(double lr, int maxEpoch, std::string los ...@@ -1813,7 +1813,7 @@ void TrainingDeepMaterialNetwork::train(double lr, int maxEpoch, std::string los
if (numEpochIncrease == 1) if (numEpochIncrease == 1)
{ {
numEpochIncrease = 0; numEpochIncrease = 0;
Msg::Info("reduce learning rate from %.5e to %.5e",lrCur,0.8*lrCur); Msg::Info("costfunc = %e, reduce learning rate from %.5e to %.5e",costfunc,lrCur,0.8*lrCur);
lrCur *= 0.8; lrCur *= 0.8;
if (lrCur < lrmin) if (lrCur < lrmin)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment