SEAL
SEAL copied to clipboard
Saved models for given datasets
Hi Dr. Zhang!
First of all - thank you for your great work. Your paper helped me to understand many concepts and inspired me a lot.
Do you occasionally have saved models and hyper parameters (.pkl and .pth files) for some of your included datasets? Particularly for the "Facebook"?
I am trying to train it myself but it seems like it is going to take very long time.
Thanks for your interest in this work. Unfortunately I don't have saved model files now. If Facebook is taking very long time, you may try to reduce the number training graphs by "--max-train-num 5000", bound the number of nodes in each hop by "--max-nodes-per-hop 50", use a small hop number by "--hop 1", etc.