[ITC][non-ACR] Decrease epochs value of Model 26/274426/1
authorHyunil <hyunil46.park@samsung.com>
Thu, 28 Apr 2022 07:06:52 +0000 (16:06 +0900)
committerHyunil <hyunil46.park@samsung.com>
Thu, 28 Apr 2022 07:06:52 +0000 (16:06 +0900)
Change-Id: Ia5118125ac42d2011a111326c235d71a8551f4a7
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/itc/nntrainer/res/model.ini

index 7c30eb7cca9083e3fed93f66d26409da5505ff6c..d314f908af322df8feb991ca121797e900482e59 100644 (file)
@@ -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)