Skip to content

Releases: Dobiasd/frugally-deep

v0.9.5-p0

09 Sep 12:40
Compare
Choose a tag to compare
  • Fix linker issues

v0.9.4-p0

06 Sep 15:52
Compare
Choose a tag to compare
  • Support for multiplication of arbitrarily-shaped tensors with single-value tensors.

v0.9.3-p0

23 Aug 14:57
Compare
Choose a tag to compare

Fix previous (broken) release.

v0.9.2-p0

23 Aug 14:44
Compare
Choose a tag to compare
  • Add support for GaussianNoise layers.

v0.9.1-p0

22 Aug 19:42
Compare
Choose a tag to compare
  • Automatic validation of the output shapes of the prediction results

v0.9.0-p0

22 Aug 17:08
Compare
Choose a tag to compare
  • Store output shape of the model.

The version jumps from 0.8.x to 0.9.0, because existing .json models have to be re-converted from .h5 to .json.

v0.8.6-p0

27 Jul 08:39
Compare
Choose a tag to compare
  • Additional checks for unsupported layer options during model conversion. This helps to detect early if a certain model architecture is not supported by frugally-deep.

v0.8.5-p0

24 Jul 15:12
Compare
Choose a tag to compare
  • Support for initial_state in LSTM layers

v0.8.4-p0

18 Jul 11:47
Compare
Choose a tag to compare
  • Support for bilinear interpolation in Upsampling2D layers

v0.8.3-p0

11 Jul 09:35
Compare
Choose a tag to compare
  • Support for causal padding in Conv1D