LICENSE
README.md
pyproject.toml
torch_blue/__init__.py
torch_blue.egg-info/PKG-INFO
torch_blue.egg-info/SOURCES.txt
torch_blue.egg-info/dependency_links.txt
torch_blue.egg-info/requires.txt
torch_blue.egg-info/top_level.txt
torch_blue/vi/__init__.py
torch_blue/vi/_globals.py
torch_blue/vi/analytical_kl_loss.py
torch_blue/vi/base.py
torch_blue/vi/conv.py
torch_blue/vi/kl_loss.py
torch_blue/vi/linear.py
torch_blue/vi/sequential.py
torch_blue/vi/transformer.py
torch_blue/vi/distributions/__init__.py
torch_blue/vi/distributions/base.py
torch_blue/vi/distributions/categorical.py
torch_blue/vi/distributions/non_bayesian.py
torch_blue/vi/distributions/normal.py
torch_blue/vi/distributions/quiet.py
torch_blue/vi/distributions/student_t.py
torch_blue/vi/utils/__init__.py
torch_blue/vi/utils/common_types.py
torch_blue/vi/utils/errors.py
torch_blue/vi/utils/init.py
torch_blue/vi/utils/post_init_metaclass.py
torch_blue/vi/utils/use_norm_constants.py
torch_blue/vi/utils/vi_return.py