-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Workflow based tutorial for Tensorflow CNN training on MNIST data #1164
Workflow based tutorial for Tensorflow CNN training on MNIST data #1164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with a couple of minor comments (in addition to @rahulga1's suggestions)!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just adding on to Teo's suggestion.
Hi @snehal-das , could you address the DCO job failure, by signing all your commits? git commit -s -m "..." |
204a56f
to
c2fa3cf
Compare
Signed-off-by: Das, Snehal <[email protected]>
…ded final loss & accuracy calculations Signed-off-by: Das, Snehal <[email protected]>
Signed-off-by: Das, Snehal <[email protected]>
Signed-off-by: Das, Snehal <[email protected]>
f2b82e7
to
697408b
Compare
Signed-off-by: Das, Snehal <[email protected]>
This PR adds an example for training a Tensorflow CNN to recongnise handwritten digits using an MNIST dataset.