nntrainer icon indicating copy to clipboard operation
nntrainer copied to clipboard

gradient should use initializer::NONE

Open kparichay opened this issue 2 years ago • 1 comments

Gradients currently use initializer::ZEROS which initializes the gradient for the first iteration. However, gradients are not initialized to zero for the next iterations and the layer is expected to initialize the gradients to zero if expected.

To maintain this consistency, gradients should be initialized for initializer::NONE.

kparichay avatar Dec 20 '21 05:12 kparichay

:octocat: cibot: Thank you for posting issue #1805. The person in charge will reply soon.

taos-ci avatar Dec 20 '21 05:12 taos-ci