Skip to content

Releases: eliorc/tavolo

v0.2.0

07 Jun 15:23
143ae17
Compare
Choose a tag to compare

Added cyclic learning rate functionality as tf.keras.callbacks.Callback

v0.1.1

02 Jun 13:31
Compare
Choose a tag to compare

Added support for layer serialization, all layers can now be serialized and support get_config and from_config calls

v0.1.0

01 Jun 18:26
Compare
Choose a tag to compare

First public release for the tavolo package

Contains following modules as tf.keras.layers:

  • LayerNorm (layer normalization)
  • MultiHeadedSelfAttention (multi headed self attention as defined by the Transformer's encoder)
  • YangAttention (attention mechanism to remove time dimension)
  • PositionalEncoding (positional encoding layer as defined by the Transformer's encoder)