Kevin

Results 43 comments of Kevin

What kind of GPU do you use? DA-RNN needs at least 6gb I think. However, it may be related to other issues which different third party libraries that need to...

Do you give the device ID as an input parameter to your script? Check with nvidia-smi the ID of your Titan GPU and parse it to the script. I do...

have you tried running: ./experiments/scripts/rgbd_scene_multi_rgbd_test.sh 0 instead?

maybe try running it with sudo

Like mentioned by @yuxng before, you can try to backtrace the problem with the gdb debugger, with the command like mentioned before: "You can debug by running "gdb --args python...

@JackHenry1992 Like @D0nBilb0 said, this was our case, and no we are still stuck on #7 , even on a native machine

@JackHenry1992 regarding to your free() problem, have you checked the tensorflow version #2 ? Can you maybe give all the steps needed to get it to run on ubuntu 14.04...

What is the compute capablity of your GPU? I read that in some cases textures may not work on smaller compute capablities

You can access the details, e.g. compute capability under: https://developer.nvidia.com/cuda-gpus. Your GPU (GeForceGTX 960 M) has a compute capability of 5.0 , a good look what this gpu supports is...