diff options
| author | junyanz <junyanz@berkeley.edu> | 2017-04-18 03:38:47 -0700 |
|---|---|---|
| committer | junyanz <junyanz@berkeley.edu> | 2017-04-18 03:38:47 -0700 |
| commit | c99ce7c4e781712e0252c6127ad1a4e8021cc489 (patch) | |
| tree | ba99dfd56a47036d9c1f18620abf4efc248839ab /scripts | |
first commit
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/test_pix2pix.sh | 1 | ||||
| -rw-r--r-- | scripts/train_cyclegan.sh | 1 | ||||
| -rw-r--r-- | scripts/train_pix2pix.sh | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/scripts/test_pix2pix.sh b/scripts/test_pix2pix.sh new file mode 100644 index 0000000..7b056fe --- /dev/null +++ b/scripts/test_pix2pix.sh @@ -0,0 +1 @@ +python test.py --dataroot=./datasets/facades --name facades_pix2pix --model pix2pix --align_data diff --git a/scripts/train_cyclegan.sh b/scripts/train_cyclegan.sh new file mode 100644 index 0000000..03f7fd9 --- /dev/null +++ b/scripts/train_cyclegan.sh @@ -0,0 +1 @@ +python train.py --dataroot=./datasets/horse2zebra --name horse2zebra_cyclegan --gpu_ids 0 --save_epoch_freq 5 diff --git a/scripts/train_pix2pix.sh b/scripts/train_pix2pix.sh new file mode 100644 index 0000000..682c6c6 --- /dev/null +++ b/scripts/train_pix2pix.sh @@ -0,0 +1 @@ +python train.py --dataroot=./datasets/facades --name facades_pix2pix --which_model_netG resnet_9blocks --loadSize 286 --fineSize 256 --model pix2pix --align_data --which_direction BtoA --save_epoch_freq 25 |
