rayset
rayset
I tried several machines, but with CUDA 9 and 10 it seems to be a lot slower on GPU. Why is this the case? Am I the only one getting...
I get this quite particular bug. Basically, I can only run one script containing any call to julia, as the second I call crashes matlab itself. the strange thing is...
I have cuda on a 1070 with cudnn. I used patchsize of 3 and mode=brute. to do a 700px square it took 7 hours (and 20 minutes). 100% sure the...
as you know theano works on opencl, but it's in beta. first issue: this program forces cpu mode if not on cuda. > python make_image_analogy.py images/arch-A.jpg images/arch-Ap.jpg images/arch-B.jpg /nothing >...
there exist this implementation of caffe by amd: https://github.com/amd/OpenCL-caffe I tried running your code with this backend instead of caffè, but I didn't manage. Do you think it may work?...
I'm trying to use this program for the first time. I have a 3 minute long video, it has something like 5000 frames. I see optical flow working in my...
this is what I run: `sudo GPU=0 ./agmb-docker run -d bethgelab/jupyter-deeplearning-x:cuda8.0-cudnn5` and this is the output ``` ret run -d bethgelab/jupyter-deeplearning-x:cuda8.0-cudnn5 run 1st CMD run * Setting user name to:...
I have a fresh julia install, and I'm trying to use JuliaOpt. if I run my code I get this error: ``` ERROR: LoadError: CoinOptServices not installed. Please run Pkg.add("CoinOptServices")...
I was messing a bit with the code to try to include https://github.com/chuanli11/CNNMRF considering how things are done, is it a waste of time? (i.e. bad results expected?) for now...