NumPyNet
NumPyNet copied to clipboard
Neural Networks library in pure numpy
Hello, Forgive me as I am still learning, but I am looking for some assistance please, once I have trained a CNN model how do I then save/load the model...
Not quite an issue, but I didn't see an example of this. I train a network in batches, say batch size of 10 like below. Then I want the output...
In [Group Normalization](https://arxiv.org/pdf/1803.08494.pdf), it says that the Batchnorm is computed along the channel dimension. However in this implementation, the forward of the BN is just computed regardless of the channel...