Update Docs for YOLO-World Training (#10058)

This commit is contained in:
Glenn Jocher 2024-04-16 14:52:48 -07:00 committed by GitHub
parent eadb9cadf8
commit a1bf4d07ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View file

@ -48,7 +48,7 @@ class HUBTrainingSession:
self.rate_limits = {
"metrics": 3.0,
"ckpt": 90.0,
"ckpt": 900.0,
"heartbeat": 300.0,
} # rate limits (seconds)
self.metrics_queue = {} # holds metrics for each epoch until upload