Hey,
Just started to use wandb, and somehow when using it to log some basic performance metrics (acc values etc.) after each epoch it slows down my training from appox. 15s per epoch to about 1.5Min per epoch.
Already tried offline mode and wandb.Settings(_disable_stats=True, console=‘off’), as well as forwarding the internal-debug.log (which gets massive) to a null path. All of the approaches did not result in any runtime differences (it still takes 1.5 Min per epoch).
Any hint/help is appreciated.
Best
Paul