Open RuihongQiu opened 5 years ago
I have finished the reimplementation in my SR-GNN_PyTorch-Geometric repo and achieve the similar result with the paper.
Welcome pull request!
Really cool :) Would love to see a pull request on this one if you have time.
But the full code includes a folder and it seems too heavy to add into the examples
folder in your code.
I do not think there is a need to include the raw dataset files into PyG. Just download them on the fly like we do it with all datasets.
Yeah. I have 4 .py
files. And do I need to create a folder inside examples
to put them in?
I suggest adding the datasets to the torch_geometric.datasets
subpackage, and the model to the torch_geometric.nn.models
subpackage. You can then create a single-file example to train the model (e.g., like infomax.py
or autoencoder.py
). What do you think?
Hmm. Good idea and I will have a try : )
Did you make it happen @RuihongQiu? If so, where can I find your work?
❓ Questions & Help
I have used PyTorch_Geometric to reimplement SR-GNN in this repo SR-GNN_PyTorch-Geometric of the paper Session-based Recommendation with Graph Neural Networks.
If possible, is there any chance to help promote this repo as an example to build a recommender system with this great graph neural network package?
@rusty1s