Anders Boesen Lindbo Larsen
Anders Boesen Lindbo Larsen
Actually, I do. :)
Hm, could it be an outdated version of Cython? Make sure Cython is the latest version. Also, you might want to use the Anaconda Python distribution.
For the record, It is possible to build GRU/LSTM with vanilla NumPy/CUDArrray. You are right, it would be nice to have optimized versions of these functions. Though, I think it...
> Maybe optimized implementations of LSTM/GRU blocks it a too high level of abstraction for Cudarray. There is always plenty of room in the `cudarray.nnet` submodule. :) , but I...
Sorry about the late reply! It seems to me that NumPy fails to install. Maybe you should try another Python distribution, e.g. Anaconda Python.
OS X installers are available on their website: https://www.continuum.io/downloads
This would be insanely great, yes! :) However, I think [context managers](https://en.wikibooks.org/wiki/Python_Programming/Context_Managers) might be a more Pythonic way to approach this. Also, I want to avoid breaking NumPy compatibility. This...
Duly noted! LRN is not in the CUDA backend yet. However, LRN has been added to cuDNN v3 so this should be fairly straightforward to support. I have no intentions...
Hi, could it be that your working directory contains an invalid character?
I don't think you can install directly through `pip`. Check the [installation instructions](https://github.com/andersbll/cudarray#installation).