Skip to content

Instantly share code, notes, and snippets.

@securetorobert
Created September 28, 2019 17:11
Show Gist options
  • Save securetorobert/a5ff54971f154e1fdfa675f2c3ad18b0 to your computer and use it in GitHub Desktop.
Save securetorobert/a5ff54971f154e1fdfa675f2c3ad18b0 to your computer and use it in GitHub Desktop.
Constants for transfer learning in TF 2.0
NCLASSES = 2
HEIGHT = 224
WIDTH = 224
NUM_CHANNELS = 3
BATCH_SIZE = 32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment