problem:
when I load EDSR_x4.pt ,and use the load_state_dict method in EDSR.py,the problem shows:
GHR.load_state_dict(Loaded,True)
KeyError: 'unexpected key "body.16.body.0.weight" in state_dict'。
GHR.load_state_dict(Loaded,False) can run the code ,but the result of sr is pool,so I think whether the structure code of EDSR.py you write maybe not complete?
problem:
when I load EDSR_x4.pt ,and use the load_state_dict method in EDSR.py,the problem shows:
GHR.load_state_dict(Loaded,True) KeyError: 'unexpected key "body.16.body.0.weight" in state_dict'。
GHR.load_state_dict(Loaded,False) can run the code ,but the result of sr is pool,so I think whether the structure code of EDSR.py you write maybe not complete?