Hanjun Dai
Hanjun Dai
Hello, can you provide more details about the error message?
Hello, have you installed intel mkl? and make sure it is in the system path. the default path is /opt/intel/mkl
Hi there, please check out the pytorch implementation of structure2vec: https://github.com/Hanjun-Dai/pytorch_structure2vec It contains both efficient implementation of mean field and loopy bp.
Hi there, 1) If you prefer this C++ code, you can check out the example/mnist, in which I dump the prediction to file. You should be able to do it...
Hi there, Can you double check you have /usr/local/cuda-8.0 available? I just tested on cuda-10.1 and it works fine.
For the -printf issue: If you are using Mac, probably you want to use GNUfind (simply install it using homebrew). For the mkl issue, if you don't have mkl environment...
Hi did you set the cuda home folder correctly?
Hello, You don't need to install libfmt, since I've already moved some of the core codes into the repo.
sorry the code relies on MKL to run, you may double check your intel package installation or just install a new one
if you are using mac, you may need to install gfind