You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The graphs shown are correct, the x-axis is the steps, the y-axis shows your epoch number. In the second image, the x-axis is again the steps.
I can see that your epochs go to 10,000 from the y-axis in the first image
The graphs shown are correct, the x-axis is the steps, the y-axis shows your epoch number. In the second image, the x-axis is again the steps.
I can see that your epochs go to 10,000 from the y-axis in the first image
Thanks a lot, I have realised that I need to transfer the y-axis in the 1st image to the x-axis in the 2nd image if I want to get a epoch-val_loss image
Bug description
I used the following code to log the metrics, but I found that the epoch recorded in the tensorboard logger is much more than it should have:
pl.Train(..., logger=TensorBoardLogger(save_dir='store',version=log_path), ....)
In the configure, I set max_epoch=10000, but in the logger, I got epoches more than 650k:
What version are you seeing the problem on?
v2.1
How to reproduce the bug
Error messages and logs
Environment
Current environment
More info
No response
The text was updated successfully, but these errors were encountered: