Release 1.4.2
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
- Super-resolution
-
Update
- MSE for 2D, 4D tensor and new input argument
is_mean
by @zsdonghao - fix
tl.cost.cross_entropy_seq
by @zsdonghao
- MSE for 2D, 4D tensor and new input argument
-
Documentation
- Installation Guide for Windows User by @michuanhaohao
- prepro.rst by @wangg12