probaforms
probaforms copied to clipboard
Conditional normalizing flows (NFs), conditional GANs, and conditional variational autoencoders (CVAEs) with sklearn-like interface
Refactoring the source files. * Code style fixes * Added basic type hints, fixed linter checks * Added ruff linter checks to CI/CD * Removed local library torch.device, hardcoded to...
Updating PyTorch version to ^2.0.0, closes #7
We can use NFs not for variance estimation only, but for covariance estimation as well. For this we need to sample input batch with the same random seeds. I've found...
Could you please update `torch` to version 2?
- Residual Flow is now the single model