Skip to content

Commit 48eb254

Browse files
committed
Improve description
1 parent 165f442 commit 48eb254

File tree

1 file changed

+1
-0
lines changed
  • packages/examples/cvat/recording-oracle/src/core

1 file changed

+1
-0
lines changed

packages/examples/cvat/recording-oracle/src/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ class ValidationConfig:
195195
warmup_iterations = int(getenv("WARMUP_ITERATIONS", "1"))
196196
"""
197197
The first escrow iterations where the annotation speed is checked to be big enough.
198+
Set to 0 to disable.
198199
"""
199200

200201
min_warmup_progress = float(getenv("MIN_WARMUP_PROGRESS", "10"))

0 commit comments

Comments
 (0)