Skip to content

TensorLayer 2.1.0

Compare
Choose a tag to compare
@zsdonghao zsdonghao released this 16 Jun 11:55
911a9cc

Dear All,

Three things need to be mentioned for this release.

  • Deep Reinforcement Learning Model Zoo Release!!!
  • We are going to support more Attention models for NLP officially.
  • The model.conf is almost stable, the AIoT team from Sipeed is now working hard to support TL model on the AI Chips.

Enjoy!

TensorLayer Team

Changed

  • Add version_info in model.config. (PR #992)
  • Replace tf.nn.func with tf.nn.func.__name__ in model config.
  • Add Reinforcement learning tutorials. (PR #995)
  • Add RNN layers with simple rnn cell, GRU cell, LSTM cell. (PR #998)
  • Update Seq2seq (#998)
  • Add Seq2seqLuongAttention model (#998)

Contributors