You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 !