This repository contains implementations of the statm-savi model in both JAX and PyTorch frameworks.
-
🔷 JAX Version: Available in the
jax-statmdirectory.
Includes model definition, training scripts, and evaluation tools based on JAX. -
🔶 PyTorch Version: Located in the [
pytorch_model/](./pytorch_model/ directory.
Includes PyTorch-based implementation with training pipelines and pre/post-processing utilities.
For detailed usage and instructions, please refer to the README files inside each directory.