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.
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.
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!
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.
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.