Skip to content

Files

Latest commit

b22c929 · Jan 18, 2023

History

History

Conditional-GAN-PyTorch-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 11, 2021
Jul 11, 2021
Jan 18, 2023
Jul 11, 2021

Conditional GAN in TensorFlow and PyTorch

This repository This repository contains code for Conditional GAN in TensorFlow and PyTorch blogpost.

Package Dependencies

download

This repository also trains the Conditional GAN in both Pytorch and Tensorflow on the Fashion MNIST and Rock-Paper-Scissors dataset. It is tested with the following CUDA versions.

  • Cuda-11.1
  • Cudnn-8.0

The Pytorch and Tensorflow scripts require numpy, tensorflow, torch. 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).

pip3 install -r requirements.txt 

Directory Structure

├── PyTorch
│   ├── CGAN-PyTorch.ipynb
│   └── cgan_pytorch.py
└── TensorFlow
    ├── CGAN-FashionMnist-TensorFlow.ipynb
    ├── cgan_fashionmnist_tensorflow.py
    ├── CGAN-RockPaperScissor-TensorFlow.ipynb
    └── cgan_rockpaperscissor_tensorflow.py

Instructions

PyTorch

To train the Conditional GAN with Pytorch, please go into the Pytorch folder and execute the Jupyter Notebook.

TensorFlow

To train the Conditional GAN with TensorFlow, please go into the Tensorflow folder and execute the Jupyter Notebook.

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.

img