All Versions
8
Latest Version
Avg Release Cycle
232 days
Latest Release
1588 days ago
Changelog History
Changelog History
-
v0.5.0 Changes
November 11, 2020Major 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, 2017Major 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, 2017Minor changes:
- ๐ Grouped Convolution support (depthwise conv).
- VAE and ResNeXt Examples.
- ๐ New optimizers.
- ๐ New activation functions.
- Various bug fix.
-
v0.3.0 Changes
February 20, 2017Major 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, 2016Major 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