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
It would be very useful to automatically test that some new feature haven't broken model training.
Please implement a test that trains a simple model on synthetic dataset or MNIST (preferred) and test that it converges after a certain number of steps (i.e. loss is below some threshold).
It would be very useful to automatically test that some new feature haven't broken model training.
Please implement a test that trains a simple model on synthetic dataset or MNIST (preferred) and test that it converges after a certain number of steps (i.e. loss is below some threshold).
Back in the day, Maxim implemented a basic MNIST training example that could come in handy.
You can find it here: https://gist.github.com/justheuristic/01d5ffe9c534d90e40badff35653ba7d
Recommendations:
The text was updated successfully, but these errors were encountered: