mirror of
https://github.com/NVIDIA/vid2vid.git
synced 2026-02-01 17:26:51 +00:00
8 lines
305 B
Bash
Executable File
8 lines
305 B
Bash
Executable File
python train.py --name edge2face_512_g1 \
|
|
--dataroot datasets/face/ --dataset_mode face \
|
|
--n_scales_spatial 2 --num_D 3 \
|
|
--input_nc 15 --loadSize 512 --ngf 64 \
|
|
--n_frames_total 6 --niter_step 2 --niter_fix_global 5 \
|
|
--niter 5 --niter_decay 5 \
|
|
--lr 0.0001 --load_pretrain checkpoints/edge2face_256_g1
|