-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun.sh
More file actions
9 lines (6 loc) · 711 Bytes
/
run.sh
File metadata and controls
9 lines (6 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
CUDA_VISIBLE_DEVICES=0 python3 ./train.py -s -w --dataset_name lego --opt_mode native
CUDA_VISIBLE_DEVICES=0 python3 ./ddp_train.py -s -w --dataset_name lego --opt_mode native --nr 0 --nodes 4
CUDA_VISIBLE_DEVICES=1 python3 ./ddp_train.py -s -w --dataset_name hotdog --opt_mode native --nr 0 --nodes 4 --epochs 1000 --sample_ray_num 2048 --lr 3e-4 --output_time 50
CUDA_VISIBLE_DEVICES=1 python3 ./model_average.py -s -w --dataset_name hotdog --opt_mode native --nr 0 --nodes 4 --epochs 1000 --sample_ray_num 2048 --lr 3e-4 --output_time 50 --ma_epoch 1 --div
# spherical rendering
CUDA_VISIBLE_DEVICES=1 python3 ./train.py -s -r -w --dataset_name hotdog --opt_mode native --sample_ray_num 2048 --name hotdog