Skip to content
#

learning

Here are 375 public repositories matching this topic...

kparichay
kparichay commented Dec 20, 2021

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.

good first issue

Learning apps

Improve this page

Add a description, image, and links to the learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the learning topic, visit your repo's landing page and select "manage topics."

Learn more