facebookresearch / facebookresearch/detectron2
Milestone must be smaller than total number of updates
Open
- Dominant language
- Python
- Stars
- 34.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
ValueError: Milestone must be smaller than total number of updates: num_updates=10000, milestone=10000
version: 0.5
cfg File:
SOLVER:
IMS_PER_BATCH: 4
BASE_LR: 0.002
STEPS: [15000, 20000]
MAX_ITER: 20000
CHECKPOINT_PERIOD: 10000
But after I set 'STEPS: [ ]', it doesn't work.
What should I do, please?
Contributor guide
Assessment
This issue has not been assessed yet.