NVIDIA / MinkowskiEngine

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

How to change the "minkowski SparseTensor()" back to the initial rexolution??, thanks #484

Open emilyemliyM opened 2 years ago

emilyemliyM commented 2 years ago

pc1= torch,ones((2300,3)) pc2 = torch,ones((2305,3)) sinput0 = ME.SparseTensor(feats=[fea1 ,fea2], coords=[pc1,pc2]) # 3400 quantization output =model(sinput0) # # 3400 quantization out.F # # 3400 quantization

So how can I get the output with a resolution like the (230+2305)??


Expected behavior A clear and concise description of what you expected to happen.


Desktop (please complete the following information):

wget -q https://raw.githubusercontent.com/NVIDIA/MinkowskiEngine/master/MinkowskiEngine/diagnostics.py ; python diagnostics.py

Additional context Add any other context about the problem here.