mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 06:14:55 +08:00
DVCLive cache images (#3459)
This commit is contained in:
parent
5e38c7d71b
commit
0e5a6b8158
@ -14,7 +14,7 @@ tqdm>=4.64.0
|
|||||||
|
|
||||||
# Logging -------------------------------------
|
# Logging -------------------------------------
|
||||||
# tensorboard>=2.13.0
|
# tensorboard>=2.13.0
|
||||||
# dvclive>=2.11.0
|
# dvclive>=2.12.0
|
||||||
# clearml
|
# clearml
|
||||||
# comet
|
# comet
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ def on_pretrain_routine_start(trainer):
|
|||||||
try:
|
try:
|
||||||
global live
|
global live
|
||||||
if not _logger_disabled():
|
if not _logger_disabled():
|
||||||
live = dvclive.Live(save_dvc_exp=True)
|
live = dvclive.Live(save_dvc_exp=True, cache_images=True)
|
||||||
LOGGER.info(
|
LOGGER.info(
|
||||||
'DVCLive is detected and auto logging is enabled (can be disabled with `ULTRALYTICS_DVC_DISABLED=true`).'
|
'DVCLive is detected and auto logging is enabled (can be disabled with `ULTRALYTICS_DVC_DISABLED=true`).'
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user