SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Saved models for given datasets

Open kostjaigin opened this issue 4 years ago • 1 comments

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.

kostjaigin avatar Jan 25 '21 10:01 kostjaigin

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.

muhanzhang avatar Jan 25 '21 23:01 muhanzhang