-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrain.sh
More file actions
17 lines (14 loc) · 896 Bytes
/
train.sh
File metadata and controls
17 lines (14 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pip install imageio[ffmpeg] pip install imageio[pyav] -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install ipdb scikit-learn tensorboard timm -i https://pypi.tuna.tsinghua.edu.cn/simple
torchrun --nproc_per_node=4 --master_port 29504 train.py \
--model_name 'F3_VIT_COM2_S2PDP_150_15F_rsd6_D1_woclamp' \
--train_bacth_size 1 \
--test_bacth_size 1 \
--num_epoch 50 \
--model_dir '/data/yueli/nlos_video_output/allF24_NDP_v3_com2/' \
--train_filter_path '/data/yueli/dataset/NLOS_bike_video_32frame_3dhelix_complicated2/150train_15F_pathf.txt' \
--train_total_path '/data/yueli/dataset/NLOS_bike_video_32frame_3dhelix_complicated2/150train_15F_path.txt' \
--test_filter_path '/data/yueli/dataset/NLOS_bike_video_32frame_3dhelix_complicated2/test_24F_pathf.txt' \
--test_total_path '/data/yueli/dataset/NLOS_bike_video_32frame_3dhelix_complicated2/test_24F_path.txt' \
--num_save 300 \
--mask