Skip to content

Instantly share code, notes, and snippets.

@MercyMarkus
Last active April 18, 2019 15:23
Show Gist options
  • Save MercyMarkus/cc75bc36c39b6723b131caec652ce92f to your computer and use it in GitHub Desktop.
Save MercyMarkus/cc75bc36c39b6723b131caec652ce92f to your computer and use it in GitHub Desktop.
learn = create_cnn(data, models.resnet50, metrics=[accuracy, error_rate],
callback_fns=[ShowGraph, SaveModelCallback])
# View model architecture
learn.model()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment