vid2vid/scripts/pose/train_256p.sh
2018-09-19 03:13:29 +00:00

6 lines
302 B
Bash
Executable File

python train.py --name pose2body_256p \
--dataroot datasets/pose --dataset_mode pose \
--input_nc 6 --num_D 2 \
--resize_or_crop ScaleHeight_and_scaledCrop --loadSize 384 --fineSize 256 \
--gpu_ids 0,1,2,3,4,5,6,7 --batchSize 8 --max_frames_per_gpu 3 \
--no_first_img --n_frames_total 12 --max_t_step 4