-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrun.sh
3 lines (3 loc) · 914 Bytes
/
run.sh
1
2
3
#python main_pretrain_ori.py --root_path ./data/kinetics --video_path video/ --annotation_path train.csv --result_path ./results --dataset kinetics_va_tar --n_classes 400 --model va --model_depth 18 --resnet_shortcut A --batch_size 128 --n_threads 0 --checkpoint 5 --no_val --learning_rate=1e-2
#python main_pretrain_as.py --root_path ./data --video_path UCF-101-frame --annotation_path ucfTrainTestlist/ucf101_01.json --result_path ./results --dataset ucf101_va --n_classes 101 --model va --model_depth 18 --resnet_shortcut A --batch_size 16 --n_threads 32 --checkpoint 5 --no_val --learning_rate=1e-2
python main_pretrain_ori.py --root_path ./data --video_path UCF-101-frame --annotation_path ucfTrainTestlist/ucf101_01.json --result_path ./results_3 --dataset ucf101_va --n_classes 101 --model va --model_depth 18 --resnet_shortcut A --batch_size 128 --n_threads 32 --checkpoint 5 --no_val --learning_rate=3e-4