From c99ce7c4e781712e0252c6127ad1a4e8021cc489 Mon Sep 17 00:00:00 2001 From: junyanz Date: Tue, 18 Apr 2017 03:38:47 -0700 Subject: first commit --- scripts/train_pix2pix.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 scripts/train_pix2pix.sh (limited to 'scripts/train_pix2pix.sh') 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 -- cgit v1.2.3-70-g09d2