I can't get the performance of SBD dataset in the papper with single GPU, with the code 'python train.py --dataset sbd --model dff --backbone resnet101 --checkname dff --base-size 352 --crop-size 352 --epochs 10 --batch-size 4 --lr 0.05 --workers 8'. There is a huge gap to the performance in the papper.
Is there something needed to be modify? Due to hardware reasons, I can only set batchsize to 4. Should I modify other parameters?
I can't get the performance of SBD dataset in the papper with single GPU, with the code 'python train.py --dataset sbd --model dff --backbone resnet101 --checkname dff --base-size 352 --crop-size 352 --epochs 10 --batch-size 4 --lr 0.05 --workers 8'. There is a huge gap to the performance in the papper.
Is there something needed to be modify? Due to hardware reasons, I can only set batchsize to 4. Should I modify other parameters?