Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created November 10, 2019 20:13
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 NMZivkovic/1254cb65c4f11e57232422fd80a791da to your computer and use it in GitHub Desktop.
Save NMZivkovic/1254cb65c4f11e57232422fd80a791da to your computer and use it in GitHub Desktop.
import numpy as np
import matplotlib.pyplot as plt
import tensorflow as tf
import tensorflow_datasets as tfds
IMG_SIZE = 160
BATCH_SIZE = 32
SHUFFLE_SIZE = 1000
IMG_SHAPE = (IMG_SIZE, IMG_SIZE, 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment