/cross-gan

Primary LanguageJupyter Notebook

Description

This is a simple GAN - Generative Adversarial Network - implementation in PyTorch.

Usage

Create a folder 'train/all_images' and put all the images you want to train on in there.

Optional

You can use my Java App, to generate images for training. It is located in my repo: https://github.com/Samyssmile/cross-image-generator

Requirements

  • Python 3.11
  • CUDA GPU
pip install -r requirements.txt