Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Last active September 30, 2019 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anupamchugh/9ac20664f9b45cbed489ae91b1211347 to your computer and use it in GitHub Desktop.
Save anupamchugh/9ac20664f9b45cbed489ae91b1211347 to your computer and use it in GitHub Desktop.
neuralnetwork_spec = builder.spec
neuralnetwork_spec.description.input[0].type.imageType.width = 150
neuralnetwork_spec.description.input[0].type.imageType.height = 150
neuralnetwork_spec.description.metadata.author = 'Anupam Chugh'
neuralnetwork_spec.description.metadata.license = 'MIT'
neuralnetwork_spec.description.metadata.shortDescription = (
'Cat Dog Classifier converted from a Keras model')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment