Skip to content

Releases: Dobiasd/frugally-deep

v0.18.2

16 May 20:07
ecdad45
Compare
Choose a tag to compare
  • Fixed default negative slope for leaky-relu activation from 0.3 to 0.2

v0.18.1

28 Apr 15:58
2c1f2d9
Compare
Choose a tag to compare
  • Added support for Normalization layers with invert=True

v0.18.0

05 Apr 07:56
Compare
Choose a tag to compare
  • Added support for multiple new activation functions/layers

v0.17.1

11 Mar 03:25
Compare
Choose a tag to compare
  • Added support for negative_slope in LeakyReLU layer

v0.17.0

10 Mar 11:04
e205219
Compare
Choose a tag to compare
  • Added support for Conv1DTranspose and Conv2DTranspose layers
  • Augmented Python scripts with type annotations

v0.16.3

10 Feb 13:46
Compare
Choose a tag to compare
  • Fix invalid-node-index error when using autoencoder models assembled in a specific way

v0.16.2

20 Jan 07:00
Compare
Choose a tag to compare
  • Switch from tf.keras to the separate keras package

v0.16.1

19 Jan 17:57
Compare
Choose a tag to compare
  • Update TensorFlow to version 2.18
  • Some minor cleanups

v0.16.0

16 Apr 14:16
Compare
Choose a tag to compare
  • Updates TensorFlow from 2.15 to 2.16, which resulted in some non-minor changes.
  • Dropped support for Bidirectional, GRU, LSTM, and stateful models. They might be re-added again in the future though.

v0.15.31

21 Feb 10:18
Compare
Choose a tag to compare
  • Simplified the internal implementation of sum_tensors
  • Removed some redundant internal stuff
  • Auto-formatted all code