I am working with weight and bias(wandb).
However, it logs by step. And that makes plot disturbing when comparing runs.
For example, I have a run A and run B(assume that they run with same dataset).
run A: 30epochs, 4 batch, 200step/epoch
run B: 30epochs, 8 batch, 100step/epoch
then, the plot of run A gets longer(double, in this case) in axis x when it shows with run B.
How can I scale x axis depend to runs AFTER training?