Releases: DIVA-DIA/DIVA-DAF
Releases · DIVA-DIA/DIVA-DAF
version_0.2.4
What's Changed
- Documentation/creating documentation by @lvoegtlin in #166
- Feauture/157 always log with csv by @lvoegtlin in #168
- Doc/167 improve and extend documentation page by @lvoegtlin in #169
- Solved some issues that sonarcloud found by @lvoegtlin in #170
- One new feature and improved docs by @lvoegtlin in #171
Full Changelog: version_0.2.3...version_0.2.4
version_0.2.3
What's Changed
- Feature/binary gt pretraining by @lvoegtlin in #145
- 🐛 fixed conf_mat problem by @lvoegtlin in #147
- Adding some features to main by @lvoegtlin in #150
- ✨ now a run_dir-file for each experiment by @lvoegtlin in #153
- Lvoegtlin patch 1 by @lvoegtlin in #155
- 📚 changed citation by @lvoegtlin in #162
- Feature/161 right angle rotation as transformation by @lvoegtlin in #163
- Documentation/creating documentation by @lvoegtlin in #165
Full Changelog: version_IJDAR...version_0.2.3
Version of the IJDAR paper
This version was used for the IJDAR paper
v0.2.2
What's Changed
- Experiment for rotnet with unet backbone by @lvoegtlin in #101
- Created additional tests by @lvoegtlin in #100
- Updated the version on PL to 1.5.10 by @lvoegtlin in #112
- Added tests for RolfFormat datamodule and RGB takes by @lvoegtlin in #114
- Release 0.2.2 by @lvoegtlin in #113
Full Changelog: version_0.2.1...version_0.2.2
v0.2.1
What's Changed
- Fixed selection parameter, removed todos, improved print_config, added self to configs by @lvoegtlin in #87
- Added tests for tasks and fixed merge scripts by @lvoegtlin in #89
- New log folder structure by @lvoegtlin in #91
- Replacing numpy with torch in divahisdb functional by @lvoegtlin in #93
- Rename config saved during a run, and print commands to rerun a run by @powl7 in #95
- Release 0.2.1 by @lvoegtlin in #98
Full Changelog: version_0.2.0...version_0.2.1
v0.2.0
Some new things
- new architectures (resnet)
- new datamodules (rolf format, RGB, full-page, and SSL)
- different bug fixes
- experiment configs
- refactoring and deletion of unused code
- callback to check the compatibility of backbone and header
- inference/prediction stage (list of files with regex)
- freezing header or backbone
- improved readme
- improved testing
What's Changed
- Dev data refactoring by @powl7 in #74
- Dev rgb encoding by @powl7 in #76
- RotNet by @lvoegtlin in #75
- log more by @lvoegtlin in #77
- More architectures by @lvoegtlin in #78
- Dev fixing tests by @powl7 in #79
- Created resnet FCN header by @lvoegtlin in #83
- Dev rolf data format by @powl7 in #84
- Introduce inference/prediction and refactoring by @lvoegtlin in #85
- release 0.2.0 by @lvoegtlin in #86
Full Changelog: version_0.1.1...version_0.2.0
v0.1.1
Changelog:
- fixed conf mat
- optimized test and validation step
- improved merging of crops
- more metrics and optimizers
- updated requirements
What's Changed
- made tests running also in the terminal by @lvoegtlin in #60
- fixed evaluation tool problem by @lvoegtlin in #62
- adding new optimiser configs by @lvoegtlin in #64
- removed unused dependency by @lvoegtlin in #65
- Dev improve datamodule tests by @lvoegtlin in #66
- Dev fixing conf and f1 heatmap by @lvoegtlin in #68
- 🎨 each worker of the dl gets now an own seed by @lvoegtlin in #69
- Dev reduce gpu memory by @powl7 in #71
- upload run config by @lvoegtlin in #72
- release version 0.1.1 by @lvoegtlin in #73
Full Changelog: version_0.1.0...version_0.1.1
Release v0.1.0
The first version of the framework
What's Changed
- Dev 38 create hydra configs by @lvoegtlin in #1
- Dev 47 better logger name by @lvoegtlin in #3
- Dev 43 configurable optimizers by @lvoegtlin in #2
- Dev 44 load model checkpoint by @lvoegtlin in #16
- dev synced metric logging by @lvoegtlin in #17
- When DDP num_workers = 0 was forced by @lvoegtlin in #19
- Resolve ddp warning by @lvoegtlin in #20
- Add strict parameter by @lvoegtlin in #21
- Config refinement by @lvoegtlin in #23
- Save config file for each run by @lvoegtlin in #28
- add env by @lvoegtlin in #29
- Dev 25 torchmetric introduction by @lvoegtlin in #30
- Removed custom hydra config by @lvoegtlin in #32
- Dev 24 abstract task class by @lvoegtlin in #33
- Dev 26 loading warning improvements by @lvoegtlin in #34
- update pl to 1.4.4 by @lvoegtlin in #36
- Loss functions as config by @lvoegtlin in #37
- ddp cpu not working by @lvoegtlin in #39
- Dev shuffle data option by @powl7 in #44
- Dev dataset selected pages by @powl7 in #49
- Dev 9 metric as config by @lvoegtlin in #47
- Fix conf mat and extend by @lvoegtlin in #51
- Save metrics to csv by @lvoegtlin in #52
- Check backbone header compatibility by @lvoegtlin in #53
- abstract datamodule and resolvers by @lvoegtlin in #56
- Dev refactoring and tests by @lvoegtlin in #57
- Dev 34 refactoring semantic segmentation by @powl7 in #58
- Version 0.1.0 of the fw by @lvoegtlin in #59
Full Changelog: https://github.com/DIVA-DIA/unsupervised_learning/commits/version_0.1.0