- Fixed uploading large models to OpenML due to XML size limits in the flow
- Added support for num_workers in dataloaders
- Class weighting example
- Fixed batch size bug
- Fixed some small inconsistencies in the code
- Fixed learner device str instead of torch.device (did not affect any actual results)
- Removed some numpy and other bottlenecks for evaluation
- Added automatic tests on python versions above 3.9
- Switched to poetry
- Colab installation Fixed
- Transformations can now also be applied separately on test
- Much easier to change the optimizer and loss functions
- Custom scheduler support
- Argument support for loss, optim, schedulers
- Hugging face models now work
- Better progress bar
- Much better documentation
- Arbitrary layer support
- Fixed old numpy imports
- Added tests for specific types of tasks
- Early Stopping example
- BUG : Cannot upload large models to OpenML due to XML size limits in the flow
- Patch release to fix broken install on colab
- Patch release to fix broken install on colab
- Patch release to fix broken install on colab
- Add objects to openml runs
- Refactor for easier API use
- Much cleaner documentation
- Added netron integration
- Added tensorboard integration
- Complete overhaul of the trainer and data loader module
- Better configuration
- Refactor of examples
- Fixed some callbacks
- Created new datasets and tasks for image classification
- Fixed Tabular datasets
- Documentation using Github pages