Skip to content

Releases: tensorlayer/TensorLayer

Release 1.4.0

20 Mar 10:45
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

Maintenance Release 1.3.11

01 Mar 11:40
Compare
Choose a tag to compare

Maintain release for old TF versions.

This is an incomplete list among the many features added.

Release 1.3.10

24 Feb 01:33
Compare
Choose a tag to compare

Compatible with Keras !

  • NEWS
    • TensorLayer is now compatible with Keras, see tutorial_keras.py
    • tl.layers.get_layers_with_name : get a list of tensor outputs from a network
  • Update
    • tl.cost.sigmoid_cross_entropy for TF0.11
    • tl.file.load_and_assign_npz
    • log of tl.file.save_npz
    • EmbeddingAttentionSeq2seqWrapper for TF1.0 by @pnpnpn
    • tl.nlpVocabulary with pad_id
  • Deprecate
    • tl.prepro.distorted_images and tl.prepro.crop_central_whiten_images, please use tf.map_fn or tl.prepro.threading_data instead
  • Documentation

This version works well under TF 0.10, 0.11, 0.12 and 1.0 backend, feel free to report if you found a bug.
Many thanks!

Maintenance Release 1.3.8-9

20 Feb 11:07
Compare
Choose a tag to compare

Compatible with TF 1.0 and old versions.

  • Update
    • tl.cost.cross_entropy : name is not required by TF0.11~0.12
    • tl.cost.cross_entropy_seq : automatically compute the batch_size and num_steps, and support TF1.0
    • tl.rein.cross_entropy_reward_loss for TF1.0
    • shorten the terminal logging e.g. tensorlayer --> [TL]
  • Example
  • Documentation
  • TODO
    • debug tutorial_dynamic_rnn.py, tutorial_tfrecord3.py and tutorial_translation.py(the wrapper will be deprecated)

Thanks to @wagamamaz for the useful tricks to use TensorLayer

This version works well under TF 0.10, 0.11, 0.12 and 1.0 backend, feel free to report if you found a bug.
Many thanks!

Release 1.3.6-7 for TensorFlow 1.0

16 Feb 15:05
Compare
Choose a tag to compare

Compatible with TF 1.0 and old versions ! All examples are runnable now !

  • Added features for TF 1.0
  • TODO
    • debug tutorial_dynamic_rnn.py and tutorial_tfrecord3.py

Thanks to @wagamamaz for the useful tricks to use TensorLayer

This version works well under TF 0.10, 0.11, 0.12 and 1.0 backend, feel free to report if you found a bug.
Many thanks!

Maintain Release 1.3.5

14 Feb 20:44
Compare
Choose a tag to compare

Dear all,

As TF r1.0 change a lot, feel free to report bug and pust request.
This update is for TF r1.0 mainly.

This is an incomplete list among the many features added.

  • For r1.0
    • update ConcatLayer by @zsdonghao
    • update cross_entropyby qq user 胜势待发
    • update cross_entropy_seq_with_mask by qq user 胜势待发
  • Others

This version works well under TF 0.10, 0.11 and 0.12 backend, it also works well with TF 1.0 in most of the case, feel free to report if you found a bug. Many thanks!

Release 1.3.4 for TensorFlow r1.0

08 Feb 21:35
Compare
Choose a tag to compare

Update it if you want to use TensorFlow r1.0.

This is an incomplete list among the many features added.

  • Update
    • all RNNLayers for TF1.0
    • DropoutLayer and GaussianNoiseLayer with is_train

This version works well under TF 0.10, 0.11 and 0.12 backend, it also works well with TF 1.0 in most of the case, feel free to report if you found a bug. Many thanks!

Release 1.3.3 for TensorFlow r1.0

04 Feb 22:38
Compare
Choose a tag to compare

Update it if you want to use TensorFlow r1.0.

This is an incomplete list among the many features added.

This version works well under TF 0.10, 0.11 and 0.12 backend, it also works well with TF 1.0 in most of the case, feel free to report if you found a bug. Many thanks!

Release 1.3.2

19 Jan 11:29
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

  • Support
    • new function for file: maybe_download_or_extract by @JoelKronander
    • new layers: ExpandDimsLayer and TileLayer by @zsdonghao
    • new layer: Seq2Seq by @zsdonghao
    • new prepro functions for NLP: precess_sequences, sequences_add_start_id and sequences_get_mask by @zsdonghao
    • new prepro function for image drop by @zsdonghao
  • Update
    • tutorial_cifar10_tfrecord.py for TF12 by @JoelKronander
    • read_words for Python3.5 by @SmartAILM
    • Add path argument for tl.file.load* by @boscotsang
  • Call for Contribution
    • Seq2Seq: PeekySeq2Seq and AttentionSeq2Seq, click here
    • Import Caffe model into TensorLayer, click here
    • End-to-End Memory Network tutorial, click here
  • New Examples
    • U-Net: Convolutional Networks for Image Segmentation
    • Text-to-Image Synthesis with GAN

This version works well under TF 0.10 and 0.11 backend, it also works well with TF 0.12 in most of the case, feel free to report if you found a bug. Many thanks!

Maintain Release 1.3.1

10 Jan 18:38
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

This version works well under TF 0.10 and 0.11 backend, it also works well with TF 0.12 in most of the case, feel free to report if you found a bug. Many thanks!