You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i use summary(model, input_size), There is a problem about the parameter 'input_size", in general, input_size = (C, H, W), but for graph datasets, there are nodes and labels and edges.
So it can't work.
I don’t even need to use summary to print the size of each layer of the network, I only need to print the model structure.
When i use summary(model, input_size), There is a problem about the parameter 'input_size", in general, input_size = (C, H, W), but for graph datasets, there are nodes and labels and edges.
So it can't work.
I don’t even need to use summary to print the size of each layer of the network, I only need to print the model structure.
Code address: https://github.com/debadyuti23/GraphCovidNet, If needed, I can provide a processed dataset.
Please help me again. It may be due to my limited level. I tried many times but failed to solve this problem.
model.py is as follows:
The text was updated successfully, but these errors were encountered: