Commit 78e773b4 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

comments

parent 936a319d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -37,6 +37,16 @@
                <artifactId>jcuda</artifactId>
                <version>0.9.2</version>
            </dependency>
            <!--
            	As of 2018/09/11 TF for GPU on Maven supports CUDA 9.0 (vs latest 9.2)
            	Workaround:
            	  ~$ sudo dpkg -i cuda-repo-ubuntu1604-9-0-local_9.0.176-1_amd64.deb
            	  ~$ sudo apt install cuda-9.0
            	  # install or link back to cuda-9.2:
            	  ~$ sudo rm /usr/local/cuda; sudo ln -sf /usr/local/cuda-9.2 /usr/local/cuda
            	  Then in Eclipse's Run configurations... add an environment variable:
            	  LD_LIBRARY_PATH = /usr/local/cuda-9.0/lib64
            -->
            <dependency>
                <groupId>org.tensorflow</groupId>
                <artifactId>libtensorflow</artifactId>