File size: 467 Bytes
a638e43 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
CUDA_VISIBLE_DEVICES=0 python train.py \
--dataset_config config/tvr_data_config.json \
--model_config config/model_config.json \
--eval_tasks_at_training VCMR \
--use_interal_vr_scores \
--use_extend_pool 500 \
--neg_video_num 0 \
--exp_id debug \
--max_vcmr_video 10 \
--similarity_measure exclusive
# qsub -I -l select=1:ngpus=1 -P gs_slab -q gpu8
# cd 11_TVR-Ranking/CONQUER/; conda activate py11; sh run_exclusive.sh
|