Skip to content

Commit

Permalink
set eval_epoch as 2 for RT-DETR-R18
Browse files Browse the repository at this point in the history
  • Loading branch information
yjh0410 committed Feb 1, 2024
1 parent 49b72e2 commit 9263c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ elif [[ $MODEL == *"rtdetr"* ]]; then
# Epoch setting
MAX_EPOCH=72
WP_EPOCH=-1
EVAL_EPOCH=4
EVAL_EPOCH=2
NO_AUG_EPOCH=-1
FIND_UNUSED_PARAMS=True
elif [[ $MODEL == *"yolov8"* ]]; then
Expand Down

0 comments on commit 9263c1d

Please sign in to comment.