README.md
setup.py
tests/__init__.py
tests/test_bases.py
tests/test_cv_utils.py
tests/test_end_to_end.py
tests/test_magics.py
tests/test_state.py
tests/test_trial.py
tests/callbacks/__init__.py
tests/callbacks/test_aggregate_predictions.py
tests/callbacks/test_callbacks.py
tests/callbacks/test_checkpointers.py
tests/callbacks/test_csv_logger.py
tests/callbacks/test_decorators.py
tests/callbacks/test_early_stopping.py
tests/callbacks/test_gradient_clipping.py
tests/callbacks/test_init.py
tests/callbacks/test_live_loss_plot.py
tests/callbacks/test_lr_finder.py
tests/callbacks/test_printer.py
tests/callbacks/test_tensor_board.py
tests/callbacks/test_terminate_on_nan.py
tests/callbacks/test_torch_scheduler.py
tests/callbacks/test_weight_decay.py
tests/callbacks/imaging/__init__.py
tests/callbacks/imaging/test_imaging.py
tests/callbacks/imaging/test_inside_cnns.py
tests/metrics/__init__.py
tests/metrics/test_aggregators.py
tests/metrics/test_decorators.py
tests/metrics/test_default.py
tests/metrics/test_lr.py
tests/metrics/test_metrics.py
tests/metrics/test_primitives.py
tests/metrics/test_roc_auc_score.py
tests/metrics/test_timer.py
tests/metrics/test_wrappers.py
tests/variational/__init__.py
tests/variational/test_auto_encoder.py
tests/variational/test_datasets.py
tests/variational/test_distributions.py
tests/variational/test_divergence.py
tests/variational/test_visualisation.py
torchbearer/__init__.py
torchbearer/bases.py
torchbearer/cv_utils.py
torchbearer/magics.py
torchbearer/state.py
torchbearer/trial.py
torchbearer/version.py
torchbearer.egg-info/PKG-INFO
torchbearer.egg-info/SOURCES.txt
torchbearer.egg-info/dependency_links.txt
torchbearer.egg-info/requires.txt
torchbearer.egg-info/top_level.txt
torchbearer/callbacks/__init__.py
torchbearer/callbacks/aggregate_predictions.py
torchbearer/callbacks/callbacks.py
torchbearer/callbacks/checkpointers.py
torchbearer/callbacks/csv_logger.py
torchbearer/callbacks/decorators.py
torchbearer/callbacks/early_stopping.py
torchbearer/callbacks/gradient_clipping.py
torchbearer/callbacks/init.py
torchbearer/callbacks/live_loss_plot.py
torchbearer/callbacks/lr_finder.py
torchbearer/callbacks/lsuv.py
torchbearer/callbacks/printer.py
torchbearer/callbacks/tensor_board.py
torchbearer/callbacks/terminate_on_nan.py
torchbearer/callbacks/torch_scheduler.py
torchbearer/callbacks/weight_decay.py
torchbearer/callbacks/imaging/__init__.py
torchbearer/callbacks/imaging/imaging.py
torchbearer/callbacks/imaging/inside_cnns.py
torchbearer/metrics/__init__.py
torchbearer/metrics/aggregators.py
torchbearer/metrics/decorators.py
torchbearer/metrics/default.py
torchbearer/metrics/lr.py
torchbearer/metrics/metrics.py
torchbearer/metrics/primitives.py
torchbearer/metrics/roc_auc_score.py
torchbearer/metrics/timer.py
torchbearer/metrics/wrappers.py
torchbearer/variational/__init__.py
torchbearer/variational/auto_encoder.py
torchbearer/variational/datasets.py
torchbearer/variational/distributions.py
torchbearer/variational/divergence.py
torchbearer/variational/visualisation.py