cudarray icon indicating copy to clipboard operation
cudarray copied to clipboard

can anyone supply prebuild cudarray for windows?

Open retsyo opened this issue 9 years ago • 1 comments

I try to use https://github.com/mtyka/neural_artistic_style which needs cudarray

I have both "Python 2.7.11 |Anaconda 2.2.0 (32-bit)" and "Python 3.4.4 |Anaconda 2.3.0 (64-bit)". Please note Anaconda supplies ony py 3.4.4 currently, not py 3.5.

I try to compile cudarray without GPU for "Python 2.7.11 |Anaconda 2.2.0 (32-bit)", but neural_artistic_style says [quote] CUDArray: CUDA back-end not available, using NumPy. ... ... File "E:\neural_artistic_style-master\matconvnet.py", line 38, in vgg_net weights = np.transpose(weights, (3, 2, 0, 1)).astype(dp.float_) MemoryError [/quote]

However I cannot compile cudarray for "Python 3.4.4 |Anaconda 2.3.0 (64-bit)"

so, can anyone supply any hints to build for x64 or supply rebuild one? thanks

retsyo avatar May 12 '16 02:05 retsyo

I've been having the same issue, so if anyone has found a solution it'd be appreciated.

DukeTheDuke avatar Jul 18 '16 20:07 DukeTheDuke