You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Notebook includes training of MNIST dataset with a custom model in Pytorch with some predefined conditions like -
limited number of parameters < 20k
less than 20 epochs
achieve test accuracy of greater >= 99.4% etc.