GAT icon indicating copy to clipboard operation
GAT copied to clipboard

I got error:Failed to convert object of type <type 'instance'> to Tensor. Contents: <models.gat.GAT instance at 0x5fcdea8>. Consider casting elements to a supported type

Open 514123661 opened this issue 5 years ago • 1 comments

Failed to convert object of type <type 'instance'> to Tensor. Contents: <models.gat.GAT instance at 0x5fcdea8>. Consider casting elements to a supported type

514123661 avatar May 10 '19 08:05 514123661

you need to creat a new object such as model_true=model()

lvyougang avatar Apr 21 '20 03:04 lvyougang