This repository was archived by the owner on Mar 8, 2024. It is now read-only.
Releases: borchero/pyblaze
Releases · borchero/pyblaze
PyBlaze 2.3.2
PyBlaze 2.3.1
- Bump sklearn dependency version constraint
PyBlaze 2.3.0
- Improve the Implementation of
xnn.MaskedAutoregressiveTransform1d - Add
xnn.FlipTransform1d
PyBlaze 2.2.6
- Setting
gpu=Truenow chooses the first GPU instead of the ones with the highest amount of free memory
PyBlaze 2.2.5
- Allow
TransformedGmmLossto learn the GMM means - Remove useless
generate_random_gmmfunction
PyBlaze 2.2.4
- Replace deprecated
torch.cuda.memory_cachedbytorch.cuda.memory_allocatedwhen passinggpu=Trueto multiple functions
PyBlaze 2.2.3
New Modules
LeakyReLUTransformPReLUTransform
Release 2.2.2
- Bugfix Release
Enable Density Estimation via GMMs
2.2.1 Add docs
Simplify Engine Design
- It is now possible to override the
to_devicemethod used to transfer model inputs and outputs between devices (fixes #4) - The parallel implementation of the
predictmethod has been removed as it introduced needless challenges