mangye16 / ReID-Survey

Deep Learning for Person Re-identification: A Survey and Outlook
MIT License
617 stars 87 forks source link

TEST过程中出现KeyError: 'module.base.conv1.weight'问题 #22

Open sabrinamqq opened 2 years ago

sabrinamqq commented 2 years ago

Traceback (most recent call last): File "tools/main.py", line 111, in main() File "tools/main.py", line 66, in main model.module.load_param(cfg.TEST.WEIGHT) File "./modeling/baseline.py", line 166, in load_param self.statedict()[i].copy(param_dict[i]) KeyError: 'module.base.conv1.weight' (ReID-Survey-master) server@server-System-Product-Name:/media/server/A/mqq/ReID-Survey-master$