Skip to content

asdlei99/PaddleGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 简体中文

PaddleGAN

still under development!!

Download Dataset

This script could download several dataset for paired images for image2image translation task.

cd PaddleGAN/script/
bash pix2pix_download.sh [cityscapes|facades|edges2handbags|edges2shoes|maps]

Train

python -u tools/main.py --config-file configs/cyclegan-cityscapes.yaml

continue train from last checkpoint

python -u tools/main.py --config-file configs/cyclegan-cityscapes.yaml --resume your_checkpoint_path

multiple gpus train:

CUDA_VISIBLE_DEVICES=0,1 python -m paddle.distributed.launch tools/main.py --config-file configs/pix2pix-cityscapes.yaml

Evaluate

python tools/main.py --config-file configs/cyclegan-cityscapes.yaml --evaluate-only --load your_weight_path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.0%
  • Cuda 7.6%
  • C++ 2.8%
  • Shell 1.6%