-
` python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas ` should add ` --force_cuda`
-
Hi, I am wondering if anyone has any ideas for the below issue?
```python
>>> import MinkowskiEngine as ME
/home/tq422/Mask3D/third_party/MinkowskiEngine/MinkowskiEngine/__init__.py:36: UserWar…
-
After I installed MinkowskiEngine, there were no operators such as Minkowski Depthwise Convolution and Minkowski Linear
-
I have read your paper. It is wonderful and I want to follow your work. However, when I install your requirments, I got the error :
`RuntimeError: MinkowskiEngine library not found or failed to loa…
-
reference: [https://github.com/NVIDIA/MinkowskiEngine/issues/601](https://github.com/NVIDIA/MinkowskiEngine/issues/601)
-
I have followed all instructions in `INSTALL.md`, and the provided command for installing the MinkowskiEngine does not work for me. Specifically, I ran every command exactly except for `git submodule …
-
Hello! When I was training DDAD datasets, the following problems occurred after running for a period of time:
RuntimeError: CUDA error encountered at: /workspace/MinkowskiEngine/src/3rdparty/concurre…
-
error infor:
error: namespace "thrust" has no member "device"
error: namespace "thrust" has no member "remove_if"
***************************************************************************…
-
I just download MinkowskiEngine-0.5.2 from github release and run
```
python setup.py install --blas=openblas --force_cuda
```
then it comes
```
g++-7 -pthread -shared /home/chx/phd/MinkowskiEn…
-
I am trying to reproduce the project on Colab. I was able to reproduce mostly everything but it seems that only the MinkowskiEngine installation has a problem. The error is as follow: (This is from im…