Hi, thank you very much for creating this engine to work with sparse tensors and for maintaining over the past years.
I am trying to reproduce the results in the paper Neural Scene Representation for Locomotion on Structured Terrain and I have a question regarding some design choices.
I want to know first how are the skip connections implemented with the Minkowski Engine in the paper. Are the implemented by concatenating features with ME.cat or are they implemented using Sparse Tensor Arithmetics (A+B)?
(or neither of these options?)
If the option is concatenating along feature dimension, what happens with the coordinates that are different between the tensors? Is it some sort of concatenating features of the cells that are the closest?
Thank you very much for your help in advance!