Skip to content

Release 1.2.6

Compare
Choose a tag to compare
@zsdonghao zsdonghao released this 12 Nov 20:17
· 2809 commits to master since this release

Recommended Update !

This is an incomplete list among the many features added.

  • New APIs
    • More data augmentation methods like elastic transform. However, for large dataset, we recommend to use TFRecord to speed up the loading time.
    • APIs for geting variables with given name.
    • State-of-the-art cost functions for image segmentation @zsdonghao.
    • APIs for calculating the sequence length for dynamic RNN.
    • APIs for disable printing and empty trash.
  • Update
    • Add beta gamma initializer for BatchNormLayer by @JingqingZ.
    • Better implementation of binary cross entropy.
    • FQA on RTD website.
  • Developing
    • Simplified CNN APIs.
    • State-of-the-art Attention Seq2seq APIs.
  • Example
  • Fix bug found by @narrator-wong.

1.2.4 and 1.2.5 can be found on PyPi.

This version work well under TensorFlow 0.10 and 0.11 backend.