[Load/Save] Update to load and save the adam momentum variables
authorjijoong.moon <jijoong.moon@samsung.com>
Thu, 20 Jan 2022 09:06:41 +0000 (18:06 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 18 Feb 2022 07:03:54 +0000 (16:03 +0900)
commit2ba293eae1321f44014ba6354d4ddcb92156791f
treeb79c382844af048f39c6681d4f735ba96e2d1bb7
parent752f640a4764877c93128fab4bc8086f2a22e1a0
[Load/Save] Update to load and save the adam momentum variables

In this PR, Load and save is updated for the adam optimizer variables.
In order to do it, optimizer load twice, one for the weight, and one
for the optimizer variables.

**Changes proposed in this PR:**
- Added TOC generator for README.md

Resolves:

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

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
nntrainer/layers/layer_node.cpp
nntrainer/models/neuralnet.cpp