Skip to content

refactored torchcallback

Compare
Choose a tag to compare
@MLRichter MLRichter released this 14 Jul 21:19
· 323 commits to master since this release
fd99c81

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.