You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: