E5DC Releases · tflearn/tflearn · GitHub
[go: up one dir, main page]

Skip to content

Releases: tflearn/tflearn

TFLearn v0.5.0

11 Nov 19:26
aac7ce6

Choose a tag to compare

Major changes:

  • TensorFlow 2.3.0 support
  • Refactoring source to use tf.compat.v1

Minor changes:

  • Update documentation
  • Various bug fix

TFLearn v0.3.2

18 Jun 01:58

Choose a tag to compare

Major changes:

  • TensorFlow 1.2.0 support

Minor changes:

  • GAN and DCGAN examples
  • SELU activation
  • Weighted Cross-Entropy
  • Various bug fix

TFLearn v0.3.1

18 May 17:45

Choose a tag to compare

Minor changes:

  • Grouped Convolution support (depthwise conv).
  • VAE and ResNeXt Examples.
  • New optimizers.
  • New activation functions.
  • Various bug fix.

TFLearn v0.3.0

20 Feb 17:09

Choose a tag to compare

Major changes:

  • TensorFlow 1.0 compatibility

Minor changes:

  • Documents refactoring.
  • Inception-ResNet-v2 Example.
  • CIFAR-100 Dataset.
  • Added time monitoring.
  • Various bug fix.

TFLearn v0.2.2

11 Aug 03:37

Choose a tag to compare

  • 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

TFLearn v0.2.1

10 Jun 05:50

Choose a tag to compare

  • Various bug fix
  • State of the art result for Residual Networks
  • FCN objective & Upscore layer

TFLearn v0.2.0

31 May 08:02

Choose a tag to compare

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.

TFLearn v0.1.0

31 May 08:03

Choose a tag to compare

Initial release

0