Skip to content

Releases: delve-team/delve

Start and Stop functionality as well as some plot-bugfixes

15 Mar 21:28
Compare
Choose a tag to compare
  • Plots no longer shrink with each epoch when recording layer saturation
  • the torchcallback now features a stop() and resume() function which stop and resume the recording of stats and aggregation of saturation values.

Bugfix covariance computation

11 Mar 10:47
06160ab
Compare
Choose a tag to compare
0.1.39

Update version.py

removed a rogue print statement

06 Mar 12:47
0ce588d
Compare
Choose a tag to compare
0.1.38

Update version.py

feature map downsampling

06 Mar 12:30
f0452e9
Compare
Choose a tag to compare

It is now possible to downsample feature maps to a minimum size in order to keep computation costs a low as possible

resume training is now possible

05 Mar 10:25
bf12972
Compare
Choose a tag to compare

It is now possible to resume the training by setting the initial_epoch parameter.

Performance Improvements

01 Mar 21:09
4fd9ed8
Compare
Choose a tag to compare

Tripled the performance by removing redundant covariance computation

Refactoring, Result Reconstruction

28 Feb 21:37
0b0b551
Compare
Choose a tag to compare
  • It is now possible to provide a list of writers or corresponding string keys for the "save_to" parameter
  • It is now possible to save the covariance matrix, however only npy-writer supports saving the covariance matrix
  • Added a utility function that allows reconstructing result csvs with saturation and intrinsic dimensionality on arbitrary thresholds. Works only of npy save strategy is used for the run.
  • Adjusted look and configuration of all plots
  • Intrinsic Dimensionality can be computed
  • Cleaned differen computation strategies for intrinsic dimensionality, such that all work exactly the same now.
  • Saturation computation is now fully implemented in double precision in order to avoid rounding errors

PCA Layers and TorchCovariance Bugfixes

08 Dec 14:50
Compare
Choose a tag to compare
Bugfix on Covariance

Added PCA Layers

Bugfix for layer saturation + wip implementation of PCA Layers

09 Nov 16:34
Compare
Choose a tag to compare
1.31.0

fixed bugs with pooling strategies. Enabled channelwise-pooling a new…

Added channelwise saturation computation

29 Oct 16:58
Compare
Choose a tag to compare

Added channelwise saturation computation, which should be more accurate than mean-saturation