Closed XinxinMa11 closed 5 years ago
Hi,
If you build the graphnn in CPU mode then this Makefile won't find the library.
I've just fixed the Makefile (remember to config the CPU/GPU mode in the Makefile first). Please pull the latest version.
Hi, The code can run after update the Makefile . But I still meet some issues:
The error means I still use GPU mode?
make sure the 'USE_GPU' flags in Makefile and the make_common are the same.
also try to recompile gnn library, in case of any inconsistency.
I modify the mode to 'CPU mode' and the issues fixed. Thank you very much!!!
Hello, I can run mnist successfully, but met error when i run graph_classificationas follow: Can anybody help me ? Thanks!