Closed bupt-zsp closed 6 years ago
If I don't want to load the BN-Inception pre-train weight, and set the random weight on BN-Inception. what should I do, just annotation the load_state_dict function? thx~
comment out this line https://github.com/yjxiong/tensorflow-model-zoo.torch/blob/master/bninception/pytorch_load.py#L35
If I don't want to load the BN-Inception pre-train weight, and set the random weight on BN-Inception. what should I do, just annotation the load_state_dict function? thx~