File size: 270 Bytes
9aff0cd
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# train on the whole dataset
python run_train.py \
    --root_dir 'LOGS/all_data' \
    --batch_size 16 \
    --logger_freq 1000 \
    --is_joint

python run_train.py \
    --root_dir 'LOGS/lvis' \
    --batch_size 16 \
    --logger_freq 1000 \
    --dataset_name lvis