The newest version of the autoencoder can encode arbitrary length continuous data using a combination of LSTM and residual vector quantization. Signal features are sequentially encoded and subtracted from the original, allowing a variable amount of compression from `51.2x` to `819.2x`.
When encoding complex-valued signals of shape `(batch_size, length)`, the pre-trained model will produce tokens of shape `(batch_size, length // 256, 16)` where `16` represents 16 codebooks of decreasing importance. The model can reconstruct the input with any number of codebooks.

For detailed usage see [README.md](https://github.com/the-aerospace-corporation/glaucus/blob/main/README.md). Pre-trained weights are available as an attachment to this release.
Aerospace Open-Source-Software release OSS24-0004-Glaucus.
**Full Changelog**: https://github.com/the-aerospace-corporation/glaucus/compare/v1.2.0...v2.0.0