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
❓tensorboard tracker stop logging metrics after certain number of epochs
I am using the tensorboard logger inorder to track my metrics. in the UI run is showing as in-progress but the metrics are not getting updated after 1-2 epochs. I am using a remote server to store my logs.
i am using following code for aim tensorboard tracker based on the tutorial
from aim.ext.tensorboard_tracker import Run as AimRun
work_dir="./work_dirs"
run = AimRun(sync_tensorboard_log_dir=work_dir, system_tracking_interval=10, force_resume=True, experiment='my-mmdetection-trial')
❓tensorboard tracker stop logging metrics after certain number of epochs
I am using the tensorboard logger inorder to track my metrics. in the UI run is showing as in-progress but the metrics are not getting updated after 1-2 epochs. I am using a remote server to store my logs.
Have anyone faced similiar issues, and how can i try to resolve this?
The text was updated successfully, but these errors were encountered: