Replies: 1 comment 2 replies
-
data.x = data.x.float() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am trying to run my GCN on image dataset. I have used dataloader and this is the following output of the data loader:
below is my code for model and training of image data:


but i was getting the following error:


then i changed my output to:
output = model(data.float())
but now i am getting the following error:


can anyone please tell me how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions