dqshuai

Results 14 comments of dqshuai

thanks for your reply. now, i try to support distributed training using cmd "./tools/dist_train.sh configs/fcos/prw_dcn_base_focal_labelnorm_sub_ldcn_fg15_wd7-4.py 8 --launcher pytorch --no-validate". it can traniing normally, but i don‘t know it whether it...

hi,I just finished training using multi gpu on prw dataset. Compared to the results of the paper, map is 2% lower, but r1 is 1% higher. when i check the...

when i try to train model on CUHK-SYSU using muti gpus.mAP is 89.15,R1 is 89.79 without adjustment of any parameters. After that, I tried the following (1) adjust lr from...

thanks for your reply. I received system email, in which you suggest to use all gather to update lookup_table with global features. The example you provided has some problems due...

> I also noticed the inconsistency issue of feature size, where the network stops training, so I deleted the reply. > It would be nice if you could give an...

> > when i try to train model on CUHK-SYSU using muti gpus.mAP is 89.15,R1 is 89.79 without adjustment of any parameters. > > After that, I tried the following...

you can try "python3 -m torch.distributed.launch --nproc_per_node 1"?

In my experiment, lr had the greatest impact on the experimental results. Try `--lr 5e-3 --min-lr 5e-7 --warmup-lr 5e-8 --epochs 300 --warmup-epochs 20` with batchsize 512?

> > In my experiment, lr had the greatest impact on the experimental results. Try `--lr 5e-3 --min-lr 5e-7 --warmup-lr 5e-8 --epochs 300 --warmup-epochs 20`? > > `python3 -m torch.distributed.launch...

I will try it!thanks. But, i can't open the web(https://sites.google.com/view/danish-fungi-datase),what should i do!