Bryan
Bryan
Paper: https://arxiv.org/abs/1312.6114 Implementation I have currently: https://github.com/BeeGass/Readable-VAEs/tree/master/vae-pytorch
## Feature Description Currently, uv doesn't support specifying platform-specific dependencies directly in the `pyproject.toml` file. It would be incredibly useful to have the ability to define different dependencies for various...
## The Problem I'm working with a modular deep learning codebase using [flax](https://github.com/google/flax)/[NNX](https://github.com/google/flax/blob/main/flax/nnx/README.md) where I have a generic RNN model that can accept different types of RNN cells. I need...