This repository contains a set of models that work on sparse data in pytorch. There are several dependencies for some models (Like Submanifold sparse convolutions)
In general, all models share the same tools for IO, distributed training, saving and restoring, and doing evaluations of test, train, and inference steps.
Implementation of a standard resnet architecture with submanifold sparse convolutions. Available for 2D and 3D. In 2D, its possible to use the multiplane archicture with shared weights across planes, which merges downstream.
(Coming eventually)