spfrommer / torchexplorer

Interactively inspect module inputs, outputs, parameters, and gradients.
https://spfrommer.github.io/torchexplorer/
Apache License 2.0
310 stars 22 forks source link

Improve performance #43

Closed spfrommer closed 10 months ago

spfrommer commented 10 months ago

The wandb logging and old artifact deleting sometimes gets delayed, takes mutliple seconds

spfrommer commented 10 months ago

I can only reproduce this sporadically, and it's the wandb.log call and the old artifact deletion that are slow. When this happens the initial wandb init call is also quite slow. So I think this is potentially a wandb network issue of some kind. Closing.