Fork me on GitHub
#data-science
<
2018-06-03
>
gigasquid14:06:11

I have an alpha version of MXNet for Clojure out on github/clojars

gigasquid14:06:46

If you’re interested in taking it for a test drive and reporting any issues that would be totally cool 🙂

gigasquid21:06:47

Here’s an introduction blog post to go with it http://gigasquidsoftware.com/blog/2018/06/03/meet-clojure-mxnet-ndarray/

👏 36
🔥 12
4
8
rustam.gilaztdinov13:06:45

Hello, @U04VAD6RL! Thank for your work! Which version of cuda and cudnn I should use for building mxnet from source? It doesn't work on cuda 9.0 and cudnn 7.0. Also, I pull compiled jar from clojars, install cuda 8.0 and cudnn 6.0, run gan example and failed. I can post stacktrace later.

gigasquid13:06:48

Thanks @U0NBJDK4N so much for giving it a try! Here are the details of the jars https://cwiki.apache.org/confluence/display/MXNET/MXNet-Scala+Release+Process

rustam.gilaztdinov13:06:15

Cpu version is working fine, btw

👍 4
gigasquid13:06:24

for linux it is CUDA 9.0 and CUDNN 7.0.5

gigasquid13:06:05

wondering if you are able to clone the repo and run lein test ?

gigasquid13:06:55

the stack trace might be helpful too

rustam.gilaztdinov13:06:06

lein test working without errors, but only on cpu( in deps I choose [org.apache.mxnet/mxnet-full_2.11-linux-x86_64-gpu "1.2.0"]

gigasquid13:06:34

Can you post an error you get from the gpu enabled build? It might give some more info

iarenaza07:06:31

lein test running without error, both on CPU and GPU versions, on a Docker container based on nVidia's nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04 base image. It needs a dependency that's not packaged in Ubuntu (neither in 16.04 nor in any of the latter versions), but once you install it, it works as expected. I'm opening an issue in Github with all the relevant details. Edit: forgot to mention that the we run the Docker container on a Linux host (in case that makes a difference).

👍 4
gigasquid14:06:32

Thanks a lot for all of your help troubleshooting