Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
287 stars 91 forks source link

Some error i meet when i make mnist #23

Open LeungH opened 5 years ago

LeungH commented 5 years ago

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 fix this? Thanks.

Hanjun-Dai commented 5 years ago

Hello, can you provide more details about the error message?

LeungH commented 5 years ago

image

this is the error i meet

LeungH commented 5 years ago

i fix this error after fixing tbb. thanks

paulo-lupo commented 5 years ago

Can you provide more information in how you fixed tbb? I am getting this error as well as /usr/bin/ld: cannot find -lmkl_rt

Hanjun-Dai commented 5 years ago

Hello,

have you installed intel mkl? and make sure it is in the system path. the default path is /opt/intel/mkl

paulo-lupo commented 5 years ago

I have already fixed the issue, thank you.

Amirinezhad commented 5 years ago

Can you provide more information in how you fixed tbb? I am getting this error as well as /usr/bin/ld: cannot find -lmkl_rt

Hi, Can you explain how you solved this error? I'm getting same error. Thanks.

paulo-lupo commented 5 years ago

Hi Amirinezhad, I fixed this issue by installing mkl with sudo. The first time I did it was without sudo and the directory it installed was the correct one.

Amirinezhad commented 5 years ago

Yes, it works! Thanks a lot!