Releases: scu-zjz/IMDLBenCo
Releases · scu-zjz/IMDLBenCo
IMDLBenCo v0.1.23 Release Notes
- debug for training script:
- Resolved an issue where, when training/testing was initiated by calling train.py/test.py through a shell script, if the parameters in the shell were required by both the model's init() and the training script (such as the
--image_size
parameter for models requiring custom input dimensions), the model.init() was unable to properly retrieve the parameters. Thanks the contribution of @Inkyl !
- Resolved an issue where, when training/testing was initiated by calling train.py/test.py through a shell script, if the parameters in the shell were required by both the model's init() and the training script (such as the
- debug for implementation of Mantra-Net and SPAN, clear the corresponding training/testing shell script. details reference #72 , thanks the contribution of @guojiachen2003 !
IMDLBenCo v0.1.22 Release Notes
Repository itself
- Add detailed bug report for dataset loader.
https://github.com/scu-zjz/IMDLBenCo/blob/76ca78e412ab523a98049ce4c3ecae0e1da739c9/IMDLBenCo/datasets/iml_datasets.py#L59 - Add modular test with pytest.
Develop update
- We will use release to give record for each version after v0.1.22.
- CICD integrated in IMDLBenCo, with automatic pytest path under
./tests/pytest
. We looking forward to your PR contribute to the modular test to IMDLBenCo. - Codecov visualization badge for code coverage added to Readme.md.