-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add MNIST Notebook #4660
Copy link
Copy link
Closed
Labels
0.3Severity: 1 - Critical 🔥Causes a failure of the complete software system, subsystem or a program within the systemCauses a failure of the complete software system, subsystem or a program within the systemType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Metadata
Metadata
Assignees
Labels
0.3Severity: 1 - Critical 🔥Causes a failure of the complete software system, subsystem or a program within the systemCauses a failure of the complete software system, subsystem or a program within the systemType: New Feature ➕Introduction of a completely new addition to the codebaseIntroduction of a completely new addition to the codebase
Type
Fields
Give feedbackNo fields configured for issues without a type.
Feature Description
Convert the existing Colab notebook into a proper git version controlled notebook.
Existing one here:
https://colab.research.google.com/drive/1SMNmxJk_qRTe15Rkd65s5Q7ZlipnUGCT
Split into both DO (Data Owner) and DS (Data Scientist) notebooks reflecting the two different notebooks that users will play with.
Test set to be on DS side and Training set to be on DO side.
Definition of Done
The partially runnable MNIST notebook should be in the examples/pytorch/mnist folder and a README.md should be added in the parent examples/pytorch directory with a link to the original example and our notebook.