sailab-code / gnn

Graph Neural Network
Other
39 stars 25 forks source link

Example provided is inconsistent #2

Closed John-Almardeny closed 5 years ago

John-Almardeny commented 5 years ago

In Simple usage example, Net in import and set_load() in implementation are undefined. Can you provide a complete working simple usage example?

Thanks.

mtiezzi commented 5 years ago

You can find some complete examples in the "Example" page in the documentation site https://sailab.diism.unisi.it/gnn/auto_examples/index.html

The Net.py file and set_load() depend on the specific task you have to attack, for this reason it is not possible to define them in a general way.