Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Release 0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@justusschock justusschock released this 04 Dec 09:00
· 3 commits to master since this release
e33bdb9

Bugfixes

Breaking Changes

  • Logging is now done outside the closure
  • Metrics are now based on numpy and are calculated the same way for train and val
  • Remove trixi dependency [Commit]
  • Remove deprecated codeparts (TorchvisionClassificationDataset , train_test_split , Nii3DLazyDataset , Nii3DCacheDataset , [delira.utils.imageops.py](http://delira.utils.imageops.py) , DefaultOptimWrapperTorch , DebugMode Context Manager and the following requirements: scikit-image, pillow, SimpleITK, psutil [Commit]

New Features

  • Slack Notificator [Commit]
  • Function to seed all backends [Commit]
  • Add Callbacks after and before epoch, after and before training and after and before every step (regardless of train and val) [Commit]
  • New Custom Data Pipeline (completely replaces the batchgenerators pipeline) for more customization and better integration of our sampling [Commit]
  • Register Logger in Callbacks [Commit]
  • Onecycle Scheduler Callback [Commit]
  • Allow creation of config from system args [Commit]