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):
OS: [e.g. Ubuntu 18.04]
Python version: [e.g. 3.8.5]
Pytorch version: [e.g. 1.7.1]
CUDA version: [e.g. 11.1]
NVIDIA Driver version: [e.g. 450.11]
Minkowski Engine version [e.g. 0.5.0]
Output of the following command. (If you installed the latest MinkowskiEngine, paste the output of python -c "import MinkowskiEngine as ME; ME.print_diagnostics()". Otherwise, paste the output of the following command.)
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):
python -c "import MinkowskiEngine as ME; ME.print_diagnostics()"
. Otherwise, paste the output of the following command.)Additional context Add any other context about the problem here.