query2labels
query2labels copied to clipboard
Problem during training
Why when I train "!python query2labels/main_mlc.py
--backbone resnet101 --dataname coco14 --batch-size 1 --print-freq 100
--output "path/to/output"
--world-size 1 --rank 0 --dist-url tcp://127.0.0.1:3717
--gamma_pos 0 --gamma_neg 2 --dtgfl
--epochs 80 --lr 1e-4 --optim AdamW --pretrained
--num_class 80 --img_size 448 --weight-decay 1e-2
--cutout --n_holes 1 --cut_fact 0.5
--hidden_dim 2048 --dim_feedforward 8192
--enc_layers 1 --dec_layers 2 --nheads 4
--early-stop --amp"
in google colab, does it exit automatically at "Epoch: [0/80][ 5200/82783]" with "^C" without getting to the end ?