You did a great job ! I have a question, what is the difference between self_training and pre_training ? why do I get an error when I choose to call pre_training weights instead of self_training weights in the test file ?
Error reported as follows:
Models of pre_train and self_train saved in different ways. You could change the load_net function in test file to that used in self_train, which could load pre_train model correctly.
You did a great job ! I have a question, what is the difference between self_training and pre_training ? why do I get an error when I choose to call pre_training weights instead of self_training weights in the test file ? Error reported as follows: