- Example implementation using a vanilla linear VAE - mostly re-implemented from this useful example: [link](https://debuggercafe.com/getting-started-with-variational-autoencoder-using-pytorch/)
- Since I am a single-cell person, there is a `read_h5ad` function for [anndata](https://anndata.readthedocs.io/en/stable/)
- Some initial debugging has been performed but further testing required.