| 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] |
├── 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