Minor improvements to evaluation logs
This commit is contained in:
parent
b88b2b74a6
commit
e14bde4946
2 changed files with 6 additions and 6 deletions
|
@ -220,4 +220,4 @@ def save_model_settings(model, state):
|
|||
with open(p, 'w') as f:
|
||||
f.write(output)
|
||||
|
||||
yield (f"Settings for {model} saved to {p}")
|
||||
yield (f"Settings for `{model}` saved to `{p}`.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue