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] <Documents> #216

Closed vuducquan96 closed 1 year ago

vuducquan96 commented 1 year ago

Is there an existing issue for this?

Current Behavior

I can't found this function F.set_downsample_mode('spconv') in your source code. I also check branch v2.1.0 and can't find it. Where can I get this function. Thank you !

Expected Behavior

No response

Environment

No response

Anything else?

No response

zhijian-liu commented 1 year ago

The source code of TorchSparse 2.1.0 is currently undergoing internal quality checks. Please check our documentation for the latest APIs.

vuducquan96 commented 1 year ago

@zhijian-liu Thanks for your information.