Skip to content

Commit

Permalink
Fix ilnter space error
Browse files Browse the repository at this point in the history
  • Loading branch information
seldauyanik-maxim committed Dec 17, 2024
1 parent 51030d1 commit bb458d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ def update_old_model_params(model_path, model_new):
torch.save(model_old, model_path)
if msglogger:
msglogger.info('Model `%s` is old. Missing parameters added with default values!',
model_path)
model_path)
else:
print(f'Model {model_path} is old. Missing parameters added with default values!')

Expand Down

0 comments on commit bb458d8

Please sign in to comment.