rxng8 / CycleGAN-jax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CycleGAN-jax

A simple and organized implementation of the CycleGAN algorithm

  • How to run:
conda create -n gan python=3.10
conda activate gan
bash install.sh
python scripts/train.py --configs m2p tiny --expname monet2photo_experiment

About


Languages

Language:Python 98.9%Language:Shell 1.1%