Machine Learning methods for Rubin AOS system
- Make sure Poetry and Conda/Mamba are installed.
- Create a new conda environment, activate it, and run
poetry install - If developing, install the pre-commit hooks:
pre-commit install
Training and exporting models is handled by the scripts in bin/.
test_train.py- runs quick sanity checks to make sure the model is set up correctlytrain_wavenet.py- trains the networkexport_model.py- exports the model in torchscript format
Some basic analysis is present in notebooks/.
More analysis is in the aos_notebooks repo.