TypeError: 'NoneType' object is not callable while use the model

后端 未结 0 581
刺人心
刺人心 2020-12-06 09:58

I\'m using PyTorch for training GCN, I have a simple model that saved using this command:

torch.save(MyNet().state_dict(), PATH)

Then I load

相关标签:
回答
  • 消灭零回复
提交回复
热议问题