How can I log a metric that doesn't change over time such as a final evaluation accuracy?
Support:
less than a minute
Using wandb.log({'final_accuracy': 0.9})
updates the final accuracy correctly. By default, wandb.log({'final_accuracy': <value>})
updates wandb.settings['final_accuracy']
, which reflects the value in the runs table.
Feedback
Was this page helpful?
Glad to hear it! If you have more to say, please let us know.
Sorry to hear that. Please tell us how we can improve.