mit-han-lab / torchsparse

[MICRO'23, MLSys'22] TorchSparse: Efficient Training and Inference Framework for Sparse Convolution on GPUs.
https://torchsparse.mit.edu
MIT License
1.16k stars 132 forks source link

[BUG] <title>Don't know the details about the function "SparseTensor.dense()" #251

Closed nancyhxn closed 8 months ago

nancyhxn commented 9 months ago

Is there an existing issue for this?

Current Behavior

The latest version 2.1.0 was just updated in October to add a SparseTensor.dense() method. Currently, the author just says he added this, but the documentation has not been updated with the introduction, and GitHub is stuck at version 2.0.0b with no introduction. This prevents me from using this method better.

Expected Behavior

Can you tell me what the path to this file “SparseTensor.dense() ” is, so I can understand how this function is written, or can you just answer me this question?

Environment

No response

Anything else?

No response

zhijian-liu commented 9 months ago

@ys-2020, could you reflect this change in our documentation? Thanks!

nancyhxn commented 8 months ago

Thank you so much for the update!

ys-2020 commented 8 months ago

Hi @nancyhxn, thanks for pointing this out. We will release the source code for 2.1.0 very soon. And the documents will be updated correspondingly.

Please refer to #252 for details about the usage of SparseTensor.dense()

ys-2020 commented 8 months ago

Closed it as completed. If you have further questions, please feel free to reach out.