Skip to content

Instantly share code, notes, and snippets.

@FrancescoSaverioZuppichini
Created September 23, 2018 16:15
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 FrancescoSaverioZuppichini/ace0f186ca4d0ebebbb7e385ca0f9b4e to your computer and use it in GitHub Desktop.
Save FrancescoSaverioZuppichini/ace0f186ca4d0ebebbb7e385ca0f9b4e to your computer and use it in GitHub Desktop.
model = MyCNNClassifier(1, [32,64], [1024, 512], 10, activation='lrelu')
print(model)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment