WUhailing

Results 6 comments of WUhailing

@Gesalat I ran into this error with same boost and g++ version, did you solve it?

any suggestions for fixing error 'pooling_layer.cu:379] Check failed: error == cudaSuccess (11 vs. 0) invalid argument'?

Same bug occurred in python 2.7 on windows10, line 172 k = np.concatenate((k_pos, k_neg), axis=1) axis 1 out of bounds [0, 1), then I modify the "axis=1" with "axis=0" (...

Hi Mabel, Option 1 can install Waipy, but same error still exists. Option 2 cannot install, I opened Git installed on Windows10, and do git clone Waipy, then find out...

@pencilzhang Did you fix it? I ran into the same dynamic error when import caffe.

@nn-ww Thanks. It turns out to be 'cmake' issue, so switch to 'make', it works.