Skip to content

Instantly share code, notes, and snippets.

@sulram
Created July 4, 2020 18:08
Show Gist options
  • Save sulram/113d7c466cae307e1d2169c710c6734c to your computer and use it in GitHub Desktop.
Save sulram/113d7c466cae307e1d2169c710c6734c to your computer and use it in GitHub Desktop.
https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/
#train
python train.py --dataroot ./datasets/v --name v --model pix2pix --direction AtoB
#test
python test.py --dataroot ./datasets/walker/ --direction AtoB --model test --name v --netG unet_256 --dataset_mode single --norm batch --num_test 7000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment