Skip to content

Release 1.4.2

Compare
Choose a tag to compare
@zsdonghao zsdonghao released this 01 Apr 01:37
· 2473 commits to master since this release

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