From 1da4e955fe4ec8b3307d5c3942e7f28d7a7819d4 Mon Sep 17 00:00:00 2001
From: Van Dung Nguyen <vdg.nguyen@gmail.com>
Date: Wed, 28 Oct 2020 13:42:02 +0100
Subject: [PATCH] add info

---
 NonLinearSolver/modelReduction/DeepMaterialNetworks.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NonLinearSolver/modelReduction/DeepMaterialNetworks.cpp b/NonLinearSolver/modelReduction/DeepMaterialNetworks.cpp
index c4b36cabd..f49a291bc 100644
--- a/NonLinearSolver/modelReduction/DeepMaterialNetworks.cpp
+++ b/NonLinearSolver/modelReduction/DeepMaterialNetworks.cpp
@@ -1813,7 +1813,7 @@ void TrainingDeepMaterialNetwork::train(double lr, int maxEpoch, std::string los
         if (numEpochIncrease == 1)
         {
           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;
           if (lrCur < lrmin)
           {
-- 
GitLab