-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown module snnnet
#1
Comments
Hi, |
Thank you for the timely answer. I've succeeded in running the training script. One small thing prevents the run by default. Where the logging file is opened the directory for the log doesn't exist. Throwing in a I'm running
The above don't change the training results. Regarding the |
Hi. Thank you for your good fixes! For the log, in the training script https://github.com/HyTruongSon/MGVAE/blob/master/citation_link_prediction/train_mgvae.sh, I create the directory for the log, so I guess it should exist before the training program. For the PyTorch's functions, yes I agree. Thanks! For the Best, |
I'm actually most interested in the graph generation task. Our team would like to benchmark this solution in a graph reconstruction task, i.e. how well the autoencoder output approximates the input while introducing a light latent tensor dimension constraint. It seems that these scripts all require the Other than that, which of the models defined in the graph generation directory would, to your knowledge, be most performant for a task of adjacency matrix reconstruction without node or edge features? |
Hi, I am actually looking to do something similar, benchmarking this solution in graph generation. Was this snnnet package ever posted? Thanks |
Hi,
I would like to try out your method for graph processing. Unfortunately, a Python module, snnnet, is required that I could not find anywhere by name. Would it be possible to include the module or to link to it in a
requirements.txt
for download with pip?It's not quite clear to me what the
Sn
torch modules ought to be doing underneath, so I've had a hard time looking for the correct package.Many thanks!
The text was updated successfully, but these errors were encountered: