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
Hi,
I want to change the x-axis of the log during training to represent the epoch number instead of the step count of the epoch.
Is there already have the api to do so?
The text was updated successfully, but these errors were encountered:
Right now the logging is rather rigid and handled fully in the trainer.
We have been working on making the data collection and logging more flexible, so a series of pull requests will follow soon that will address this issue. For the moment, the only way to control logging for you would be to use a custom Trainer (inherit from BaseTrainer).
We expect to add these new features over the course of the next two months
Hi,
I want to change the x-axis of the log during training to represent the epoch number instead of the step count of the epoch.
Is there already have the api to do so?
The text was updated successfully, but these errors were encountered: