Open Divide-By-0 opened 5 years ago
I checked on my side and it works well.
Probably that is relevant to your own key?
You can also clone the two repositories separately, without using recursive clone.
Sure, so if I just drag the other repo into this graphnn and clone non recursively, it should be the same right?
It should be. But probably you want to make sure the version of graphnn matches (graphnn @ bdf51e6)
Sure, the only change since then is cuda being restricted to 8.0. Now I get the error when running make -j on realworld tsp2d:
make: *** No rule to make target ../../../graphnn/build/lib/libgnn.a', needed by
build/dll/libtsp2d.so'. Stop.
did you 1) place graphnn in the right folder? 2) get graphnn built successfully first?
So I'm trying to build graphnn and theres this error since I don't have a GPU. I'll switch to a machine with one then keep you updated.
In file included from include/tensor/cpu_dense_tensor.h:5:0, from include/tensor/tensor_all.h:5, from include/nn/variable.h:7, from include/nn/factor.h:4, from include/nn/cross_entropy.h:5, from src/nn/cross_entropy.cpp:1: include/tensor/t_data.h:6:34: fatal error: thrust/device_vector.h: No such file or directory
^
Hi, I have the same error.
I successfully built graphnn, and placed it manually (due to no permission error) in the graph_comb_opt folder.
When I run make -j, I get the error :
make: *** No rule to make target '../../../graphnn/build/lib/libgnn.a', needed by 'build/dll/libmvc.so'. Stop.
I don't know if that's important, but /graphnn/build only contains an objs folder, and no dll one. At least I can't see it. Though, I was able to run the test on MNIST with graphnn.
Any ideas ?
When I run the first command,
[..]> git clone --recursive https://github.com/Hanjun-Dai/graph_comb_opt
I get this error, which seems to be related to outdated ssh keys online?