delve-team / delve

PyTorch model training and layer saturation monitor
https://delve-docs.readthedocs.io
MIT License
79 stars 13 forks source link

delve outdated examples #29

Closed Saran-nns closed 3 years ago

Saran-nns commented 3 years ago

Traceback (most recent call last): File "example.py", line 39, in <module> "regression/h{}".format(h), "csv", model, device=device, reset_covariance=True, File "Z:\delve\delve\torchcallback.py", line 193, in __init__ self.timeseries_method = timeseries_method NameError: name 'timeseries_method' is not defined

MLRichter commented 3 years ago

Thanks for pointing this out. Current version 0.1.42 is also broken, so there is definatly some other work to be done to. I am planning resolve these and some other issues the next month. Exspect one or two new releases soon. Sorry for the inconvenience.

MLRichter commented 3 years ago

Just released delve 0.1.43 with some fixes for the general build and exampl.py in particular. Can you try to reproduce the error with the latest version?