Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created June 21, 2020 15:49
Show Gist options
  • Save sayakpaul/8515d34f7936d83d74a7b7321b64283d to your computer and use it in GitHub Desktop.
Save sayakpaul/8515d34f7936d83d74a7b7321b64283d to your computer and use it in GitHub Desktop.
pruned_model.compile(loss='sparse_categorical_crossentropy',
optimizer='adam',
metrics=['accuracy'])
pruned_model.summary()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment