snad-space/astra-zubercaldr16_gaiadr3vclassre
Updated β’ 508
This repository hosts the pre-trained and fine-tuned model weights for the ASTRA (Attention-based Self-supervised Time-series Representation Architecture) framework. It includes the original TensorFlow/Keras model weights as well as optimized ONNX formats designed for lightweight production inference.
This research is supported by the NVIDIA Academic Grant Program (2025β2026). The project utilizes NVIDIA's high-performance compute resources to architect foundational-scale SSL frameworks for the next generation of time-domain astronomy.
The ASTRA project is split across four distinct repositories:
| Repository | Description | Link |
|---|---|---|
| Development Code | Core framework, data pipeline, and model training. | GitHub: astra |
| Inference Code | Lightweight, production-ready inference scripts and utilities. | GitHub: astra-infer |
| Astronomy Dataset | Light curve datasets formatted for ASTRA. | Hugging Face: Dataset |
| Model Weights & ONNX | Pre-trained & finetuned model checkpoints along with ONNX exports (This Repo). | [Current Repository] |
The model weights in this repository are organized as follows:
βββ tf_weights.h5 # Original TensorFlow/Keras HDF5 model weights
βββ onnx/ # Optimized ONNX model files for inference
βββ astra-clr.onnx
βββ astra-clr_ft_v1.onnx
onnx/ are designed to be consumed directly by the astra_infer package.
tf_weights.h5: The raw model weights exported from the TensorFlow-based ASTRA training pipeline. These weights are ideal for resuming pre-training or performing fine-tuning.onnx/astra-clr.onnx: The pre-trained onnx modelonnx/astra-clr_ft_v1.onnx: The fine-tuned onnx model