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

![error](https://user-images.githubusercontent.com/93651531/154513298-5ce853e7-5954-4f45-b659-e322aa33bb5a.png)

![image](https://user-images.githubusercontent.com/23481533/116957990-d1047180-accb-11eb-864b-66d99b15d808.png) I just followed the docker instructions and built, ran it; however, I coundn't found the /opt/intel or MKL installed in my server, mybe it installed in my docker, but...

I follow your build guide, to do make -j, but it has the below error. I do not know how to solve it.

I am getting the following errors when running make -j8 /usr/include/tbb/concurrent_vector.h(667): error: ambiguous "?" operation: second operand of type "tbb::internal::concurrent_vector_base_v3::size_type" can be converted to third operand type "tbb::atomic", and vice...

Hi, I am trying to implement it. However, in the step of "building static library". I encounter a problem. When I type "make", the computer cannot find the file thrust/device_vector.h....

Hello, I ran the following code in s2v_mvc and got the error. Is it because the version of python? i am using python 3.5 How to fix it? Thanks. -----------------------------------------------------...

hi, when i make your latest version code, i meet an error Makefile:21: recipe for target 'build/mnist' failed make: *** [build/mnist] Error 1 can you tell tell me how to...

I tried to build this project but error occurs: > find: -printf: unknown primary or operator find: -printf: unknown primary or operator find: -printf: unknown primary or operator find: -printf:...

I have already install fmt in the directory /usr/local/include. But when I $make, it reported error:‘sprintf’ is not a member of ‘fmt’. What happens and how can I fix it?Thanks...