Skip to content

IMDLBenCo v0.1.23 Release Notes

Latest
Compare
Choose a tag to compare
@SunnyHaze SunnyHaze released this 11 Mar 06:11
· 1 commit to main since this release
26c2175
  • 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 !