mirror of
https://github.com/clearml/clearml
synced 2025-02-12 07:35:08 +00:00
Fix typo in warning
This commit is contained in:
parent
cb6ecb458a
commit
e1f6e5ec6a
@ -54,7 +54,7 @@ class WeightsFileHandler(object):
|
|||||||
return filepath
|
return filepath
|
||||||
|
|
||||||
if not filepath:
|
if not filepath:
|
||||||
get_logger(TrainsFrameworkAdapter).debug("Could retrieve model file location, model is not logged")
|
get_logger(TrainsFrameworkAdapter).debug("Could not retrieve model file location, model is not logged")
|
||||||
return filepath
|
return filepath
|
||||||
|
|
||||||
try:
|
try:
|
||||||
@ -147,7 +147,8 @@ class WeightsFileHandler(object):
|
|||||||
trains_out_model, ref_model = None, None
|
trains_out_model, ref_model = None, None
|
||||||
|
|
||||||
if not saved_path:
|
if not saved_path:
|
||||||
get_logger(TrainsFrameworkAdapter).warning("Could retrieve model location, skipping auto model logging")
|
get_logger(TrainsFrameworkAdapter).warning(
|
||||||
|
"Could not retrieve model location, skipping auto model logging")
|
||||||
return saved_path
|
return saved_path
|
||||||
|
|
||||||
# check if we have output storage, and generate list of files to upload
|
# check if we have output storage, and generate list of files to upload
|
||||||
|
Loading…
Reference in New Issue
Block a user