Open roxanneluo opened 4 years ago
Looks like cuda error, I don't think batch size should matter in this case. What GPU are you using?
I also have this proiblem ,my cuda is 9.0,tensorflow 1.12.0,how to slove?
@zachteed same problem, do you have any solution? Or which CUDA version is required?
Same issue for me. After some googling, it seems to have something to do with the special combination of TensorFlow 1.12 + RTX 2080. So after upgrading TensorFlow from 1.12.0 to 1.14.0 along with CUDA 10.0, it finally works for me :)
Same issue for me. After some googling, it seems to have something to do with the special combination of TensorFlow 1.12 + RTX 2080. So after upgrading TensorFlow from 1.12.0 to 1.14.0 along with CUDA 10.0, it finally works for me :) works for me too, many thanks!
Hi I was trying to run the demo
python demos/demo_v2d.py --model=models/scannet.ckpt --sequence=data/demos/scannet_0
But got the following errorMy environment setup is python 3.6.7, tensorflow-gpu 1.12.0 Seems that the problem is the batch size is too big. I have success when I only use 4 images. Can you help?