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

Typo in example.py #13

Closed pemami4911 closed 5 years ago

pemami4911 commented 5 years ago

https://github.com/StanfordVL/MinkowskiEngine/blob/7e116d819e03ad7abddbab48f1436497e2fc5fb4/examples/example.py#L30

I was getting an error at the line, seems like it's supposed to be from common import data_loader?

pemami4911 commented 5 years ago

Closing bc the error actually was coming from import errors, which I've gotten around. For some reason, importing tests.common or examples.common from the root directory wasn't working, but from common import data_loader works.