Path: blob/master/Autoencoder-in-TensorFlow/readme.md
3119 views
Introduction to Autoencoder in TensorFlow
Package Dependencies
This repository trains the Autoencoder in Tensorflow framework on Fashion-MNIST and Cartoon dataset. The cartoon dataset can be download from here.
The code is tested with:
Cuda-11.1
Cudnn-8.0
The Tensorflow notebook requires numpy, tf-nightly-gpu, opencv, sklearn. To get the versions of these packages you need for the program, use pip: (Make sure pip is upgraded: python3 -m pip install -U pip
)
Add Virtualenv as Python Kernel in Jupyterlab
Activate the virtualenv
Add the virtualenv as a jupyter kernel
Replace local-venv
with your virtualenv name.
AI Courses by OpenCV
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.