-
Hi:
Thank you for your great work, we are currently working on deployment of 3D Sparse UNet, may I ask will sparse inverse convolution and concat be included in future libspconv release?
-
This is a new concept in the sparse convolution framework. There is a question about the point cloud data structure in this framework.
Point clouds belonging to different batches form a tensor in …
-
run python test_timeit.py:
compare time with nn.Conv3d()
nn.Conv3D() forward time is :0.000066
SparseConv3d() forward time is :0.001239
nn.Conv3D() backward time is :0.000870
SparseConv3d() backw…
-
Hi,
I have the same issue referenced at the end of https://github.com/tensorflow/graphics/issues/13
Namely the ops SparseReshape does not seem to have GPU support.
My code runs fine with automa…
-
RuntimeError: [Minuet] [/home/yu/work/Minuet/csrc/minuet/torch/cuda_sparse_convolution_forward.cu (212)] Cannot find implementation of CUDASparseConvolutionForward
How can I fix this bug? While Mi…
-
Suggested list of courses would be:
- An introduction to deep learning **
- How to train a neural network
- Regularisation in neural networks
- Deep Bayesian neural networks
- Conv…
-
## Description
I used apex's ASP to accomplish the N:M sparsity. I get the following result when I use `./trtexec --onnx=sparse.onnx --saveEngine=sparse.trt --sparsity=enable --fp16 --verbose` to gen…
-
Hello! Thank you for your innovative work.
I was doing experiments with the `slice()` function, and I encountered a confusing problem. I can't understand how `slice()` works, espetially when the v…
-
## 🚀 Feature
I suggest torch teams to add 'Sparse Convolution' as default nn module.
## Motivation
I want to use Sparse Convolution without external libraries like 'SPConv', 'Mincowski Engine',…
demul updated
3 years ago
-
Could you please release the code for calculating the FLOPS of sparse convolution?