From: Hyunil Date: Thu, 28 Apr 2022 07:06:52 +0000 (+0900) Subject: [ITC][non-ACR] Decrease epochs value of Model X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4992da88f507eb4d801e150805e66a6ffc89b4d9;p=test%2Ftct%2Fnative%2Fapi.git [ITC][non-ACR] Decrease epochs value of Model Change-Id: Ia5118125ac42d2011a111326c235d71a8551f4a7 Signed-off-by: Hyunil --- diff --git a/src/itc/nntrainer/res/model.ini b/src/itc/nntrainer/res/model.ini index 7c30eb7cc..d314f908a 100644 --- a/src/itc/nntrainer/res/model.ini +++ b/src/itc/nntrainer/res/model.ini @@ -4,7 +4,7 @@ Type = NeuralNetwork # Model Type : Regression, KNN, NeuralNetwork Learning_rate = 0.0001 # Learning Rate Decay_rate = 0.96 # for the decay_rate for the decayed learning rate Decay_steps = 1000 # decay step for the exponential decayed learning rate -Epochs = 3 # Epoch +Epochs = 1 # Epoch Optimizer = adam # Optimizer : sgd (stochastic gradien decent), # adam (Adamtive Moment Estimation) loss = cross # Cost(loss) function : mse (mean squared error)