Skip to content

Releases: scu-zjz/IMDLBenCo

IMDLBenCo v0.1.23 Release Notes

11 Mar 06:11
26c2175
Compare
Choose a tag to compare
  • 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 !
  • 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

15 Feb 17:50
Compare
Choose a tag to compare

Repository itself

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.