-
Hi,
I encountered this problem when trying to run bash develop.sh
The error message is like below:
(pointpillars) leicwan@cmtcvc7u018:~/Downloads/SparseConvNet$ bash develop.sh
running dev…
-
Hi,
I encountered this problem when trying to run bash develop.sh
The error message is like below:
running develop
running egg_info
creating sparseconvnet.egg-info
writing sparseconvnet.egg-in…
-
thank you for the great work, but i have a question when training /examples/Scannet/unet.py.
my environment:
ubuntu 16.04
pytorch 1.0.1
GPU titanx(pascal) 12GB memory
memory 20G
parameter se…
mzy97 updated
5 years ago
-
I get following error when I run hello-world.py
```
THCudaCheck FAIL file=/py/conda-bld/pytorch_1493676237139/work/torch/lib/THC/generic/THCTensorMath.cu line=35 error=8 : invalid device function
…
-
Getting an error when trying to run the full convolutional example. The `unnet.py` runs well for me, but fully_convolutional fails. Having trouble figuring this error out.
```
Traceback (most rece…
-
Hey Yan yan,
Thank you for the amazing work.
Considering that SparseConvNet has more interface functions, such as average pooling and concatTable ect., and that only differences between **spconv** a…
-
Hi Yan,
The `spconv` is indeed faster than the one of Facebook on the KITTI object detection task, however, when I move the `spconv` to do the semantic segmentation task on scannet where `Unet` is …
-
I encounter an issue when the installation instructions are part of a Dockerfile.
When using docker build, everything seems ok during build but at run time (docker run --runtime=nvidia ...) trying to…
-
Hi,
I encounter some error when creating Kitti info file
My environment is ubuntu16.04, python3.7, cuda9.2, pytorch0.4.1
Can you help me?
$ python create_data.py create_kitti_info_file --data_pa…
-
Logged into Thomas' AWS instance (described [here](https://mlw.hyperk.ca/internal/computing-resources)) via:
```
ssh ec2-user@18.222.82.69
```
Checked out this repo to:
```
/data/mlws-2019-04-sr…