Hi HealthyStarfish45
You can disable the entire TB logging :Task.init('examples', 'train', auto_connect_frameworks={'tensorflow': False})
the level of configurability in this thing is one of the best I've seen
AFAIU by default trains logs all tensorboard things, can this be turned off?
Hi HealthyStarfish45
You can disable the entire TB logging :Task.init('examples', 'train', auto_connect_frameworks={'tensorflow': False})
the level of configurability in this thing is one of the best I've seen