sksq96 / pytorch-summary

Model summary in PyTorch similar to `model.summary()` in Keras
MIT License
3.98k stars 412 forks source link

computer the parameter of graph neural network #122

Open quqxui opened 4 years ago

quqxui commented 4 years ago

hi: Could you tell me how to computer the parameter of GNN? What inputer_size should i choose for difference datasets of GNN? Thank you !