Skip to content

Releases: tensorlayer/TensorLayer

Maintenance Release 1.5.4

04 Jul 16:04
Compare
Choose a tag to compare

Maintain release, recommended update !

This is an incomplete list among the many features added.

Release 1.5.3

30 Jun 12:46
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

Release 1.5.2

23 Jun 23:51
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

Release 1.5.1

18 Jun 21:57
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

  • Support

    • TensorFlow 1.2
    • normalized mean square error via tl.cost. normalized_mean_square_error() by @nebulaV
    • save and load model parameters into a dictionary via tl.files.save_npz_dict() and tl.files.load_npz_dict() by @craigleehi
    • save one image via tl.vis. save_image() by @zsdonghao
  • Update

Release 1.5.0

05 Jun 17:11
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

  • Support

    • Database management system (alpha version) by @fangde ⚠️
    • New image preprocessing functionspt2map, find_contours, dilation and binary_dilation by @maxmo2009
  • Update

    • New alias tl.visualize == tl.vis
  • Example

Maintenance Release 1.4.5

18 May 20:12
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

  • Update
  • DynamicRNNLayer and BiDynamicRNNLayer for TF1.1 by @CTTC
  • fix MeanPool3d string format bug by @boscotsang
  • tutorials of VGG16 and VGG19 with simplified CNN API models by @zsdonghao

Maintenance Release 1.4.4

26 Apr 11:04
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

Maintenance Release 1.4.3

11 Apr 13:09
Compare
Choose a tag to compare

Recommended Update !

This is an incomplete list among the many features added.

  • Update
    • update DynamicRNNLayer
    • example for tl.utils.class_balancing_oversample
    • windows user installation guide by @michuanhaohao
    • SubpixelLayer with act
    • tl.rein.discount_episode_rewards with mode=0 or 1

Release 1.4.2

01 Apr 01:37
Compare
Choose a tag to compare

Recommended Update ! Work well with TF 1.0.1 .

This is an incomplete list among the many features added.
We are also implementing a database managment system in tl.db.

  • New features

    • Super-resolution tl.layers. SubpixelConv2d by @zsdonghao
    • save multi-images tl.visualize.save_images by @zsdonghao
    • get random integer tl.utils.get_random_int by @zsdonghao
    • support global flat and dict tl.global_flat, tl.global_dict by @zsdonghao
  • Update

    • MSE for 2D, 4D tensor and new input argument is_mean by @zsdonghao
    • fix tl.cost.cross_entropy_seq by @zsdonghao
  • Documentation

Release 1.4.1

26 Mar 13:15
Compare
Choose a tag to compare

Implementing Database Management System.

This is an incomplete list among the many features added.

from tensorlayer.db import TensorDB
db = TensorDB(ip='localhost', port=27017, db_name='atari', user_name=None, password=None)