[Bug] s/weight_decay/weight_regularizer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Tue, 16 Mar 2021 07:40:08 +0000 (16:40 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 19 Mar 2021 02:33:08 +0000 (11:33 +0900)
commitdeadc647daf18ea9f7964426297da9585f83b65d
tree8ff161b2490238b0ad9ceedcde98c444b7f9dca6
parent67d86cdc99ce022eb17377671d1142be153539dd
[Bug] s/weight_decay/weight_regularizer

weight_decay is a old property which made some app test to fail. This
patch resolves the issue

revealed from #1008
resolves #1018

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
Applications/MNIST/res/mnist.ini
Applications/ReinforcementLearning/DeepQ/jni/meson.build
Applications/TransferLearning/CIFAR_Classification/README.md
Applications/TransferLearning/CIFAR_Classification/jni/main.cpp
Applications/TransferLearning/CIFAR_Classification/jni/main_func.cpp
Applications/TransferLearning/CIFAR_Classification/res/Classification.ini
Applications/TransferLearning/CIFAR_Classification/res/Classification_func.ini
docs/configuration-ini.md
nntrainer/models/neuralnet.cpp