Skip to content

Releases: delve-team/delve

plotting and exhaustive saturation computation

25 Oct 21:47
Compare
Choose a tag to compare

Reworked the interface of saturation:
** it is now possible to pass kwargs over to the writer object
** it is now possible to pass writer objects directly instead of a string key
Added another writer which saves saturation plots additionally to the csv-file.

multi-gpu support

20 Oct 11:24
Compare
Choose a tag to compare

Minor changes that enabled saturation to be computed on multiple GPUs.

Maximum Sample Feature

28 Sep 15:30
Compare
Choose a tag to compare

enabled logging with limited number of samples. This new feature is off by default and can be enabled using "max_samples"-parameter in the CheckLayerSat constructor.
This is usefull to gain performance if batch-processing is fast on it's own.

fixed sample logging

28 Sep 15:18
Compare
Choose a tag to compare

enabled logging with limited number of samples. This new feature is off by default and can be enabled using "max_samples"-parameter in the CheckLayerSat constructor

Covariance Reset Computation

20 Sep 17:07
Compare
Choose a tag to compare

Added a switch in the constructor for resetting the covariance matrix after each '''add_saturation()''' call.

hotfix

26 Aug 22:28
96b4b61
Compare
Choose a tag to compare

minor hotfix

minor bugfix

15 Jul 18:00
4eb8ff6
Compare
Choose a tag to compare

fixed a bug where add_saturations() would sometimes couse a crash.

Merge pull request #17 from delve-team/feature/pytorch_refactoring

15 Jul 18:00
4eb8ff6
Compare
Choose a tag to compare

minor bugfix

15 Jul 18:49
4eb8ff6
Compare
Choose a tag to compare

fixed a bug where sometimes add_saturations would crash

refactored torchcallback

14 Jul 21:19
fd99c81
Compare
Choose a tag to compare

removed most of the unused functionality
added different types of logging (csv, console-out are now alternatives to tensorboard)
fixed a bug where the system would not search properly through arbitrary nested modules.
changed the constructor interface of CheckLayerSat() in order to be more ergonomic in use
changed the general interface of the functions to be more closely related to Sacred and MLFlow-Type interfaces.