Skip to content

Instantly share code, notes, and snippets.

@cggonzal
Last active February 4, 2019 18:59
Show Gist options
  • Save cggonzal/ffb9e6ee8f35015a13e50dc134e7e041 to your computer and use it in GitHub Desktop.
Save cggonzal/ffb9e6ee8f35015a13e50dc134e7e041 to your computer and use it in GitHub Desktop.
your_model.author = 'your name'
your_model.short_description = 'Digit Recognition with MNIST'
your_model.input_description['image'] = 'Takes as input an image of a handwritten digit'
your_model.output_description['output'] = 'Prediction of Digit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment