Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Releases: borchero/pyblaze

PyBlaze 2.3.2

18 Nov 01:10
8d01568

Choose a tag to compare

Update requirements.txt

PyBlaze 2.3.1

22 Apr 11:33
e0b3587

Choose a tag to compare

  • Bump sklearn dependency version constraint

PyBlaze 2.3.0

27 Jan 22:23

Choose a tag to compare

  • Improve the Implementation of xnn.MaskedAutoregressiveTransform1d
  • Add xnn.FlipTransform1d

PyBlaze 2.2.6

22 Jan 19:45

Choose a tag to compare

  • Setting gpu=True now chooses the first GPU instead of the ones with the highest amount of free memory

PyBlaze 2.2.5

22 Jan 19:31

Choose a tag to compare

  • Allow TransformedGmmLoss to learn the GMM means
  • Remove useless generate_random_gmm function

PyBlaze 2.2.4

22 Jan 19:11

Choose a tag to compare

  • Replace deprecated torch.cuda.memory_cached by torch.cuda.memory_allocated when passing gpu=True to multiple functions

PyBlaze 2.2.3

20 Jan 22:04

Choose a tag to compare

New Modules

  • LeakyReLUTransform
  • PReLUTransform

Release 2.2.2

20 Jan 01:11

Choose a tag to compare

  • Bugfix Release

Enable Density Estimation via GMMs

20 Jan 00:03

Choose a tag to compare

Simplify Engine Design

29 Dec 22:32

Choose a tag to compare

  • It is now possible to override the to_device method used to transfer model inputs and outputs between devices (fixes #4)
  • The parallel implementation of the predict method has been removed as it introduced needless challenges