How can I log a metric that doesn't change over time such as a final evaluation accuracy?
Support:
less than a minute
wandb.log({'final_accuracy': 0.9})
를 사용하면 최종 정확도가 올바르게 업데이트됩니다. 기본적으로 wandb.log({'final_accuracy': <값>})
는 wandb.settings['final_accuracy']
를 업데이트하며, 이는 runs table의 값을 반영합니다.
[i18n] feedback_title
[i18n] feedback_question
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.