NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.48k stars 367 forks source link

Could you make __init__.py better please? #398

Open wtiandong opened 3 years ago

wtiandong commented 3 years ago

Is your feature request related to a problem? Please describe. ME is really good work, but if you put your project to IDE like pycharm, pycharm will not auto-complete ME class names/function names, etc.

Describe the solution you'd like Could you make __init.py in every module better? Add __all so that IDEs can make better indexing.