forked from czq142857/BSP-NET-pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
train_ae.sh
17 lines (13 loc) · 1.2 KB
/
train_ae.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
python main.py --ae --train --phase 0 --iteration 8000000 --sample_dir samples/all_vox256_img0_16 --sample_vox_size 16
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_16 --start 0 --end 16
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_16 --start 2988 --end 3004
python main.py --ae --train --phase 0 --iteration 8000000 --sample_dir samples/all_vox256_img0_32 --sample_vox_size 32
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_32 --start 0 --end 16
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_32 --start 2988 --end 3004
python main.py --ae --train --phase 0 --iteration 16000000 --sample_dir samples/all_vox256_img0_64 --sample_vox_size 64
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_64 --start 0 --end 16
python main.py --ae --phase 0 --sample_dir samples/all_vox256_img0_64 --start 2988 --end 3004
python main.py --ae --train --phase 1 --iteration 16000000 --sample_dir samples/all_vox256_img1 --sample_vox_size 64
python main.py --ae --phase 1 --sample_dir samples/all_vox256_img1 --start 0 --end 16
python main.py --ae --phase 1 --sample_dir samples/all_vox256_img1 --start 2988 --end 3004
python main.py --ae --getz