refactored torchcallback
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.