I am using PL with wandb. I am trying to log metrics WRT to epochs, but the wandb.
Logging is in this fashion on_step=False, on_epoch=True
, but in the dashboard, all the logging is wrt to steps, which is not desirable.
How do I fix this?
All I want is, log wrt to epochs, not steps. X-axis epoch, Y-axis Metric
This step-based logging is causing issues when I try to summarize the runs.