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 get the train log, train loss plot, val loss plot and lr plot using WandB callback. But it seems that I just can get PART of training log.
I just follow the tutorial code:
Thanks for the question, I think it is due to the fact that the logs are provided to the callback at the end of an epoch. This is indeed suboptimal and it would be better to define a batch_frequency variable instead to log throughout a training step. I will try to improve this soon.
As to the custom metrics you have indeed to provide your own callback following the template in pythae.trainers.training_callbacks since the code does not support custom metric selection for now.
As to the custom metrics you have indeed to provide your own callback following the template in pythae.trainers.training_callbacks since the code does not support custom metric selection for now.
Thank you for your patient answer and look forward to your improvement. I will try the solution you give
Hi:
I want to get the train log, train loss plot, val loss plot and lr plot using WandB callback. But it seems that I just can get PART of training log.
I just follow the tutorial code:
and no online loss plot:
Looking forward to your reply
Yangfan
2023.12.7
The text was updated successfully, but these errors were encountered: