File size: 580 Bytes
a638e43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
python train.py \
    --model_name conquer \
    --dataset_config config/tvr_ranking_data_config_top20.json \
    --model_config config/model_config.json \
    --eval_tasks_at_training VCMR \
    --use_interal_vr_scores \
    --use_extend_pool 500 \
    --neg_video_num 0 \
    --max_vcmr_video 10 \
    --similarity_measure disjoint \
    --bsz 196 \
    --eval_query_bsz 8 \
    --eval_num_per_epoch 1 \
    --n_epoch 200 \
    --exp_id top20

    # qsub -I -l select=1:ngpus=1 -P gs_slab -q gpu8
    # cd 11_TVR-Ranking/CONQUER/; conda activate py11; sh run_disjoint_top20.sh