xiaxin1998/DHCN

TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first. Process finished with exit code 1

Closed this issue · 1 comments

model.py的第40行“ item_embeddings = np.sum(final, 0) / (self.layers+1)” 报错:
TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.

Process finished with exit code 1

please refer to #9 (comment)