Skip to content
Snippets Groups Projects
Commit 87ce1061 authored by François  LAURENT's avatar François LAURENT
Browse files

hotfix (2)

parent ac75aa62
No related branches found
No related tags found
1 merge request!7debug-level log messages
......@@ -386,7 +386,7 @@ def import_pretrained_model(backend, pretrained_model_instance):
for file in pretrained_autoencoder_dir.iterdir():
if not file.is_file():
continue
logging.debug(f"copying file: {file.path}")
logging.debug(f"copying file: {file}")
dst = backend.model_dir() / file.name
if file.name.endswith("config.json"):
with open(file) as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment