facebookresearch / SparseConvNet

Submanifold sparse convolutional networks
https://github.com/facebookresearch/SparseConvNet
Other
2.06k stars 334 forks source link

import sparseconvnet error #205

Closed pupil011 closed 3 years ago

pupil011 commented 3 years ago

in this code ,i can't find sparseconvnet.py . can you provide it again?

bottler commented 3 years ago

There is no sparseconvnet.py. sparseconvnet is a package not a module. It is a directory containing an __init__.py file. If you have installed SparseConvNet (this repository) then you should not have a problem.

pupil011 commented 3 years ago

thanks ,i got it