mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix typo in warning
This commit is contained in:
parent
cb6ecb458a
commit
e1f6e5ec6a
@ -54,7 +54,7 @@ class WeightsFileHandler(object):
|
||||
return 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
|
||||
|
||||
try:
|
||||
@ -147,7 +147,8 @@ class WeightsFileHandler(object):
|
||||
trains_out_model, ref_model = None, None
|
||||
|
||||
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
|
||||
|
||||
# check if we have output storage, and generate list of files to upload
|
||||
|
Loading…
Reference in New Issue
Block a user