graphnn icon indicating copy to clipboard operation
graphnn copied to clipboard

Training computational graph on top of structured data (string, graph, etc)

Results 16 graphnn issues
Sort by recently updated
recently updated
newest added

Thanks for your reply. I follow your guide, when I build static library. I meet fatal error: tbb/tbb.h :No such file or directory ![webwxgetmsgimg 1](https://user-images.githubusercontent.com/23457573/35660428-e0534f2c-0746-11e8-9312-a4abbeaa8b0f.jpg) I don't know why and...

/usr/bin/ld: 找不到 -lmkl_rt /usr/bin/ld: 找不到 -ltbb collect2: error: ld returned 1 exit status

Hello, Thank you very much for your very interesting paper and code! I have been trying to apply your method and in particular, I was hoping to study the output...

In your paper, there are two schemes: + mean field + loopy belief propagation in example of `graph_classification`, there is only implementation of `mean field`. loopy belief propagation contains two...

As volume of data is increasing. I am curious is there any plan for a distributed version of graphnn?