.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
README.rst
pyproject.toml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/pypi.yml
docs/.gitkeep
docs/_config.yml
docs/_toc.yml
docs/example.ipynb
docs/example.py
docs/assets/cross_reconstruction_score.png
docs/assets/embedding_overlap.png
docs/assets/latent_dimensionality_sweep.png
docs/assets/latent_pca_projection.png
docs/assets/starccato-logo.png
docs/assets/waveform_samples.png
docs/model_out/reconstructions.png
docs/out_mcmc/ci_plot.png
docs/out_mcmc/corner_plot.png
docs/out_mcmc/trace_plot.png
docs/studies/make_readme_plots.py
docs/studies/readme_plot_metrics.csv
docs/studies/latent_dimensionality/README.md
docs/studies/latent_dimensionality/run_latent_sweep.py
scripts/push_defaults_online.sh
scripts/run_training_for_defaults.sh
src/starccato_jax/__init__.py
src/starccato_jax/_version.py
src/starccato_jax/credible_intervals.py
src/starccato_jax/logging.py
src/starccato_jax/starccato_model.py
src/starccato_jax/waveforms.py
src/starccato_jax.egg-info/PKG-INFO
src/starccato_jax.egg-info/SOURCES.txt
src/starccato_jax.egg-info/dependency_links.txt
src/starccato_jax.egg-info/entry_points.txt
src/starccato_jax.egg-info/requires.txt
src/starccato_jax.egg-info/scm_file_list.json
src/starccato_jax.egg-info/scm_version.json
src/starccato_jax.egg-info/top_level.txt
src/starccato_jax/data/__init__.py
src/starccato_jax/data/default_weights.py
src/starccato_jax/data/downloader.py
src/starccato_jax/data/training_data.py
src/starccato_jax/data/urls.py
src/starccato_jax/data/datasets/__init__.py
src/starccato_jax/data/datasets/blip_glitches.py
src/starccato_jax/data/datasets/richers_ccsne.py
src/starccato_jax/pca/__init__.py
src/starccato_jax/pca/pca.py
src/starccato_jax/pca/starccato_pca.py
src/starccato_jax/plotting/__init__.py
src/starccato_jax/plotting/gif_generator.py
src/starccato_jax/plotting/plot_distributions.py
src/starccato_jax/plotting/plot_gradients.py
src/starccato_jax/plotting/plot_latent_kl.py
src/starccato_jax/plotting/plot_reconstructions.py
src/starccato_jax/plotting/plot_training_metrics.py
src/starccato_jax/plotting/utils.py
src/starccato_jax/vae/__init__.py
src/starccato_jax/vae/cli.py
src/starccato_jax/vae/config.py
src/starccato_jax/vae/starccato_vae.py
src/starccato_jax/vae/core/__init__.py
src/starccato_jax/vae/core/data_containers.py
src/starccato_jax/vae/core/io.py
src/starccato_jax/vae/core/loss.py
src/starccato_jax/vae/core/metrics.py
src/starccato_jax/vae/core/model.py
src/starccato_jax/vae/core/trainer/__init__.py
src/starccato_jax/vae/core/trainer/plot_utils.py
src/starccato_jax/vae/core/trainer/trainer.py
tests/.gitkeep
tests/conftest.py
tests/test_ci.py
tests/test_cli.py
tests/test_comparisons.py
tests/test_diagnositic_plots.py
tests/test_gif.py
tests/test_pca.py
tests/test_training_data_loader.py
tests/test_vae.py
tests/test_version.py
tests/test_versioning.py
tests/test_waveforms.py
tests/utils.py
tests/test_data/vae_signals[main].h5