coreyjadams / SparseEventID

SparseEventID for DUNE-like Events
2 stars 6 forks source link

Sparse Event ID

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.

Submanifold sparse convolution ResNet

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)

Dynamic Graph Convolutional Neural Network

Point Net

Dependencies