Hi dear community,
I have a problem of plotting some defined metrics on the dashboard. In short, I have added some metrics by define_metrics to a run. I can see them in run-overview-metrics summary as shown below. But I cannot select them to plot.
Metrics are defined by
wandb.define_metric(‘train/step’)
wandb.define_metric(‘rollouts/*’)
Any kind of help is appreciated.