From 9054cf9b0c327a5077fd0793abe178f400da3315 Mon Sep 17 00:00:00 2001 From: tingchunw Date: Mon, 4 Dec 2017 16:52:46 -0800 Subject: first commit --- scripts/train_1024p_12G.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/train_1024p_12G.sh (limited to 'scripts/train_1024p_12G.sh') diff --git a/scripts/train_1024p_12G.sh b/scripts/train_1024p_12G.sh new file mode 100755 index 0000000..d5ea7d7 --- /dev/null +++ b/scripts/train_1024p_12G.sh @@ -0,0 +1,4 @@ +############## To train images at 2048 x 1024 resolution after training 1024 x 512 resolution models ############# +##### Using GPUs with 12G memory (not tested) +# Using labels only +python train.py --name label2city_1024p --netG local --ngf 32 --num_D 3 --load_pretrain checkpoints/label2city_512p/ --niter_fix_global 20 --resize_or_crop crop --fineSize 1024 \ No newline at end of file -- cgit v1.2.3-70-g09d2