Jinlai Zhang
Jinlai Zhang
compilation terminated. compile_ops.sh: 10: compile_ops.sh: /usr/local/cuda-10.0/bin/nvcc: not found g++: error: ./grouping/tf_grouping_g.cu.o: No such file or directory compile_ops.sh: 13: compile_ops.sh: /usr/local/cuda-10.0/bin/nvcc: not found g++: error: ./sampling/tf_sampling_g.cu.o: No such file or directory
Bugs
``` raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) RuntimeError: DataLoader worker (pid(s) 386672, 386673, 386674, 386675, 386676, 386677, 386678, 386679, 386680, 386681) exited unexpectedly ```
```shell point2mesh/models/layers/mesh.py", line 131, in build_gfmm return torch.Tensor(gfmm).long().to(self.device) ValueError: expected sequence of length 3 at dim 1 (got 2) ```