How to access the data of specific step in the dashboard of wandb.ai?

I am using the dashboard of wandb and want to access the specific step data. However, I can only obtain the metric throughout the whole training step. For example, I wanna get the best mAP in COCO evaluation, and corresponding AP50, AP70 and other evaluation metrics.

Need help. Thanks for your help!

Hi @djh,

Could you share the workspace for which you are looking to compute these metrics? The context of the workspace would help me understand your request better.

Thanks,
Ramit

The request is simple, I just cannot find how to access the entire record of one specific step in the dashboard. For example, I have recorded the log metric (loss, acc, .etc.) at each step, but in the dashboard, I can only see the line chart for loss or acc varying from step. My real demand is to access the log information at a certain step. Thanks for your reply!

Hi @djh,

This should be possible through our Weave Tables. The runs.history metric holds all the step information and the weave table will let you hold it in a Tabular Format.

Thanks,
Ramit

Hi @djh,

We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.

Best,

Weights & Biases

Hi @ramit_goolry , thanks for your instructions, Weave Tables meets my expectation.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.