Xinghui-Li
Results
2
issues of
Xinghui-Li
**Describe the bug** A Minkowski sparse tensor on gpu cannot be converted to a torch dense tensor using MinkowskiTensor.dense( ) **To Reproduce** import torch import MinkowskiEngine as ME a =...
**Problem** Minkowski Engine is unable to incorporate pytorch multi gpu features. I train the model using standard pytorch multi gpu feature: model = torch.nn.DataParallel(model) and the error occur when using...