Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 960 Bytes

File metadata and controls

66 lines (50 loc) · 960 Bytes

Release notes

v.0.0.15

  • fix classification/anomaly detection
  • fix from_pretrained

v0.0.13

  • support training style of transformers
  • solve pandas version conflict
  • support cnn/rnn model for keras3

v0.0.4 Add models support (21/11/2022)

Added

  • input support

    • tf.Data or array
    • single item or three items
  • function support

    • serving
  • model support

    • tft
    • nbeats
    • unet
    • informer
    • deepar

v0.0.3 Add models support (21/10/2022)

Added

  • function support

    • serving
  • model support

    • tft
    • nbeats
    • unet

v0.0.2 Add function support (1/10/2022)

Added

  • function support
    • classification

v0.0.1 Initial release (15/03/2022)

Added

  • model support
    • rnn
    • tcn
    • bert
    • seq2seq
    • wavenet
    • transformer
  • example support
    • sine data
    • air passenger data
  • train
    • trainer
    • keras_trainer

Contributor

  • LongxingTan