Mengqi Ji

Results 13 comments of Mengqi Ji

Dear @cdb0y511 @Rubikplayer , Thanks for the issue report. I specified the older Theano version https://github.com/mjiUST/SurfaceNet/blob/149f6e05c084ee4e757b5bd9b8efef8f46b78ffb/installEnv.sh#L34 Since the [3D dilated conv layer](https://groups.google.com/d/msg/lasagne-users/KrkL5Y6JGwU/u4w98EcdAwAJ) was implemented using some APIs in CUDNN, I'm...

@cdb0y511 Thanks for your interest and looking forward to having further discussion. I don't know whether you have tried this method: say you have both `/usr/local/cuda-8.0` and `/usr/local/cuda` that linked...

@Rubikplayer Thank you for the feedback. To be precise, - before we specify outside cudnn, the original one should be [removed](https://github.com/mjiUST/driver_cuda_cudnn#uninstall) OR unlinked (remove from the env variables: `LD_LIBRARY_PATH`, `CPATH`,...

@varunagrawal Thanks for your interest. We are building the benchmark website and reorganizing the code, which will be uploaded in one week. You are very welcome to watch the repo.

@geekysethi There could be something wrong with the Theano compiling. Could you try (1) to use another GPU, such as Taitan / 1080; (2) to post the output of `conda...

@Rubikplayer For the updated error_log, it mentions: `pygpu.gpuarray.GpuArrayException: cuMemAlloc: CUDA_ERROR_OUT_OF_MEMORY: out of memory`. Can you change the `cnmem=0.75` --> `cnmem=0.95` in .theanorc OR change `__GPUMemoryGB = 11` to a safe...

@Rubikplayer Thanks for your feedback. It's great to know the code is running. - For the theano memory preallocation, the [link](http://deeplearning.net/software/theano/faq.html#faster-theano-function) you mentioned says that after you set the Theano...

@Qurey I updated the [installEnv.sh](https://github.com/mjiUST/SurfaceNet/blob/github.SurfaceNet/installEnv.sh) few days ago. Could you try that script and let's see whether the problems are solved? If the installation stops, you can try `source ~/.bashrc`...

I my opinion, it could because of 2 reasons: 1. out of memory issue: please check https://github.com/mjiUST/SurfaceNet/issues/4#issuecomment-371700948 2. inconsistent cuda/cudnn version: can you post the result of command `python -c...

@cdb0y511 kindly note that the output of command `python -c "import lasagne"` on my machine looks like this > Using cuDNN version 5110 on context None Mapped name None to...