Created
July 4, 2020 18:08
-
-
Save sulram/113d7c466cae307e1d2169c710c6734c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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