IndicoDataSolutions / Passage

A little library for text analysis with RNNs.
MIT License
530 stars 134 forks source link

Invalid memory access of location 0x0 rip=0x0 #28

Closed simonhughes22 closed 9 years ago

simonhughes22 commented 9 years ago

I get "Invalid memory access of location 0x0 rip=0x0" this when I try to import any passage code.

Running on a Mac with theano and cuda installed. Here's my theano settings:

[global] floatX = float32 device = gpu0 mode = FAST_RUN

[nvcc] fastmath = True

[cuda] root = /usr/local/cuda

If I don't specify the CUDA location, then I get:

ERROR (theano.sandbox.cuda): nvcc compiler not found on $PATH. Check your nvcc installation and try again.

simonhughes22 commented 9 years ago

went away with latest theano version