Yuxiang Wu

Results 6 comments of Yuxiang Wu

Error like this: --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 1 with open('model/CornerNet_500000.pkl', 'rb') as f: 2 ch = torch.load(f) ----> 3 cornernet.load_state_dict(ch) 4 5 ~/miniconda3/lib/python3.6/site-packages/torch/nn/modules/module.py in load_state_dict(self, state_dict,...

oh! I find the solution. Because your module consist of model and loss, so your the name of parameters have a "module" prefix. Thx!

> @wuyxiquanquan , would you explain your solution?thanks Of course, you can delete the "module" prefix by for operation

> > > @wuyxiquanquan , would you explain your solution?thanks > > > > > > Of course, you can delete the "module" prefix by for operation > > i...

[crash.zip](https://github.com/kprovost/libs7comm/files/3641268/crash.zip) here is the crash data, you might want to check it out.