We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719fcd7 commit e9a8025Copy full SHA for e9a8025
train.sh
@@ -22,7 +22,7 @@ elif [[ $MODEL == *"plain_detr"* ]]; then
22
EVAL_EPOCH=2
23
elif [[ $MODEL == *"rtdetr"* ]]; then
24
# Epoch setting
25
- BATCH_SIZE=1
+ BATCH_SIZE=16
26
27
fi
28
0 commit comments