Skip to content

Instantly share code, notes, and snippets.

@satishgunjal
Created October 17, 2020 07:41
Show Gist options
  • Save satishgunjal/579f2880e6f2a5d76e8ad28047b8f74e to your computer and use it in GitHub Desktop.
Save satishgunjal/579f2880e6f2a5d76e8ad28047b8f74e to your computer and use it in GitHub Desktop.
scaling
train_images = train_images / 255.0
test_images = test_images / 255.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment