Joel Mason

Results 34 comments of Joel Mason

Hi, in [the docs](http://mochajl.readthedocs.org/en/latest/tutorial/mnist.html#defining-the-network-architecture) it says "Note the source is a simple text file that contains a list of real data files (in this case data/train.hdf5)" From my brief reading...

Ok nice. Yeah I was a little worried when I was working on cudnn.jl that such a tool existed and that you'd been using it to generate the cuda code...

@crstnbr I had your exact problem - same MKL lib used in numpy as was used to compile julia, but segfault with: ``` using PyCall py""" import numpy as np...

Oh and the other thing I had to do earlier was add the directory that has libiomp5.so on my LD_LIBRARY_PATH, the path was different to the mkl path, with something...

And Numpy uses the 32-bit integers (LP64), whereas Julia without `USE_BLAS64=0` uses 64-bit integers (ILP64) right? I saw you linked this issue somewhere https://github.com/numpy/numpy/issues/5906 - oh just above :D, got...

One workaround is to use Blink to open a separate window - example here: https://github.com/JuliaGizmos/WebIO.jl/issues/462#issuecomment-990744621

Yeah I have the exact same issue on OSX 10.7.5 with Gremlin Plugin from GitHub master: https://github.com/neo4j-contrib/gremlin-plugin Anyone managed to get bulbs working with neo4j 2.0?

Hi submitted a pull request, I just replaced neo4jserver/gremlin.groovy with the one in rexster/gremlin.groovy (in my site packages) and it seems to work, haven't tested it much though. Cheers James!

Um don't remember, but maybe not. The fix is easy as I described though. --- Original Message --- From: "Aru Sahni" [email protected] Sent: 25 April 2014 4:57 PM To: "espeed/bulbs"...

Yeah it's a shame I personally haven't been using it, but fix (for 9 months ago's version) is above.