Skip to content

Convolutional Neural Network tutorial with Tensorflow2 & Keras

License

Notifications You must be signed in to change notification settings

ChristianChiarulli/cnn-tutorial

Repository files navigation

Convolutional Neural Network Tutorial

Install

  • For CPU support:
conda env create -f environment-cpu.yml
  • For GPU support:
conda env create -f environment-gpu.yml

NOTE

If you're using tensorflow 2.1 and above you'll need this:

export TF_FORCE_GPU_ALLOW_GROWTH=true

TODO

  • Install env instructions

About

Convolutional Neural Network tutorial with Tensorflow2 & Keras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published