Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can anyone supply prebuild cudarray for windows? #54

Open
retsyo opened this issue May 12, 2016 · 1 comment
Open

can anyone supply prebuild cudarray for windows? #54

retsyo opened this issue May 12, 2016 · 1 comment

Comments

@retsyo
Copy link

retsyo commented May 12, 2016

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

@DukeTheDuke
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants