Skip to content

Releases: Dobiasd/frugally-deep

v0.9.8-p0

06 Oct 13:03
Compare
Choose a tag to compare

Fix behavior or Upsampling1D for input tensors with different ranks.

v0.9.7-p0

21 Sep 07:19
Compare
Choose a tag to compare
  • Improve handling of sequential models
  • Better documentation for image conversion
  • New convenience function model::predict_class_with_confidence

v0.9.6-p0

09 Sep 19:46
Compare
Choose a tag to compare
  • Fix concatenation of tensors with axis < rank

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.