This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Description
I appreciate the hard work of all the developers. I am running the example mnist_dnn.py and I have read the tutorial of Objax, and found some guides for saving and loading the parameters of the neural network model.
But I want to ask how to save the values of the gradient in every batch. What should I do?