-
Notifications
You must be signed in to change notification settings - Fork 130
''voxel_features'' ,output of self.voxelization(features, coords) are zeros #27
Comments
Hi, @nicolexie. I have fixed check API for PyTorch 1.5 and tried running the command. It should work now for PyTorch 1.5. |
Thanks for the reply. I use PyTorch 1.3.0 recently. The output format is right, but the values are all zeros, I have not figure out |
Hi, @nicolexie. |
I tried, pytorch 1.3 and1.5 both, but I got the same error |
cuda
maybe cuda problem |
Hi, @synxlin @nicolexie ! I met the same problem. Confusedly, the program doesn't raise any warning and error. My environments are as follows: Best regards |
I changed the cuda version, and |
Hi @nicolexie, So did changing the CUDA version solved your problem entirely? right now I am using CUDA 11.6 and Pytorch 1.13 and I have the exact same issue, without giving any error, the code runs and produces an all zero tensor for the voxel volume despite that point cloud has non-zero features. I am wondering if you tried the code with a more recent version of CUDA and Pytorch |
Hello, I also encountered the same problem as you. Did you solve it? I would be very grateful if you could reply. |
hi, I run as follows:
python train.py configs/shapenet/pvcnn/c0p25.py --device 2
and I found that in pvconv.py:
voxel_features, voxel_coords = self.voxelization(features, coords)
the voxel_features elements are alll zeros.
It seems that the _backend does not work, but the output format is right,
and backend is also build:
''Using /tmp/torch_extensions as PyTorch extensions root...
Detected CUDA files, patching ldflags
Emitting ninja build file /tmp/torch_extensions/_pvcnn_backend/build.ninja...
Building extension module _pvcnn_backend...
ninja: no work to do.
Loading extension module _pvcnn_backend...''
The text was updated successfully, but these errors were encountered: