Skip to content

PyTorch implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"

Notifications You must be signed in to change notification settings

mhjuan/generate-to-adapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate To Adapt

PyTorch implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks".

Datasets

Download the dataset from here and extract it. This folder contains the dataset in the same format as needed by the code.

Training

python train.py --data-root <path to dataset> --output-root <path to output results>

Current checkpoint and the best-performing model will be stored in the output directory provided.

Testing

python test.py --data-root <path to dataset>

About

PyTorch implementation of "Generate To Adapt: Aligning Domains using Generative Adversarial Networks"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages