facebookresearch / facebookresearch/detectron2

Milestone must be smaller than total number of updates

Open
#4,375 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.