All Versions
8
Latest Version
Avg Release Cycle
232 days
Latest Release
1261 days ago

Changelog History

  • v0.5.0 Changes

    November 11, 2020

    Major changes:

    • ๐Ÿ‘ TensorFlow 2.3.0 support
    • ๐Ÿ”จ Refactoring source to use tf.compat.v1

    Minor changes:

    • ๐Ÿ“š Update documentation
    • Various bug fix
  • v0.3.2 Changes

    June 18, 2017

    Major changes:

    • ๐Ÿ‘ TensorFlow 1.2.0 support

    Minor changes:

    • GAN and DCGAN examples
    • SELU activation
    • Weighted Cross-Entropy
    • Various bug fix
  • v0.3.1 Changes

    May 18, 2017

    Minor changes:

    • ๐Ÿ‘ Grouped Convolution support (depthwise conv).
    • VAE and ResNeXt Examples.
    • ๐Ÿ†• New optimizers.
    • ๐Ÿ†• New activation functions.
    • Various bug fix.
  • v0.3.0 Changes

    February 20, 2017

    Major changes:

    • TensorFlow 1.0 compatibility

    Minor changes:

    • ๐Ÿ”จ Documents refactoring.
    • Inception-ResNet-v2 Example.
    • CIFAR-100 Dataset.
    • โž• Added time monitoring.
    • Various bug fix.
  • v0.2.2 Changes

    August 11, 2016
    • ๐Ÿ‘Œ Support for 3D conv ops
    • New layers: time_distributed, l2_normalize
    • ๐Ÿ‘ RNNs support for batch norm
    • โž• Added an option to save the best model
    • Seq2seq and Reinforcement learning examples
    • Beginner tutorial
    • Others minor changes
    • Various bug fix
  • v0.2.1 Changes

    June 10, 2016
    • Various bug fix
    • State of the art result for Residual Networks
    • FCN objective & Upscore layer
  • v0.2.0 Changes

    May 31, 2016

    Major changes:

    • DataFlow: A data pipeline for faster computing.
    • ๐Ÿ‘ Data Augmentation and data preprocessing support.
    • ๐Ÿ‘ Layers now support any custom function as parameter.
    • โœ… Basic tests.
    • Highway network architecture.
    • AUC objective function.
    • ๐Ÿ†• New examples.

    Minor changes:

    • Residual net fix.
    • Notebook display issues fix.
    • Datasets fix.
    • Various other bugs fix.
    • More exceptions.
  • v0.1.0 Changes

    May 31, 2016

    ๐ŸŽ‰ Initial release