You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @worldpeaceaspirer! The TensorBoard Keras callback used in those docs
will automatically log all the metrics that you’re tracking. So, if you
want to track accuracy, just add metrics=["accuracy"] to your model
creation code:
@wchargin,
Thank you for your response and sorry for the delayed response. My point is, since the purpose of documentation is to guide the community, it will be better to cover all the Cases like Metrics and Loss, instead of just Loss, so that the documentation would be complete.
Issue description:
This is an issue to improve documentation of Tensorboard Scalars. In this Tutorial, only visualization of
Loss
is demonstrated but usually, we visualizeMetrics
as well (likeAccuracy
).So, there can be a mention on how to visualize Metrics.
The text was updated successfully, but these errors were encountered: