o-Senpai-o / XGAN

Domain to domain translation using Generative Adversarial Networks (GANs)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XGAN

Domain to domain translation using Generative Adversarial Networks (GANs)

Installation

We recommend to use a virtual environment (venv). Steps to install the project:

# Create venv
python3 -m venv venv

# Activate venv
source venv/bin/activate

# Install project requirements
pip3 install -r requirements.txt

Train the model

# make sure your venv is activated
source venv/bin/activate

# start training the model
python3 training.py

RESULTS

The results in the RESULTS folder and a new folder is also created on each execution. Please you should not push this results to the project (everyone has their own results)

About

Domain to domain translation using Generative Adversarial Networks (GANs)


Languages

Language:Python 99.7%Language:Batchfile 0.3%