Skip to content

Instantly share code, notes, and snippets.

@Yuktha-Majella
Last active August 10, 2021 17:28
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 Yuktha-Majella/99c15e7865364f0615742757881b3f65 to your computer and use it in GitHub Desktop.
Save Yuktha-Majella/99c15e7865364f0615742757881b3f65 to your computer and use it in GitHub Desktop.
Training the Resnet50 model initially for 5 epochs
t_cnn1 = cnn_learner(data, resnet50, pretrained=True, metrics=[accuracy])
t_cnn1.fit_one_cycle(5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment