Release 1.5.1
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()
andtl.files.load_npz_dict()
by @craigleehi - save one image via
tl.vis. save_image()
by @zsdonghao
-
Update
batch_size
option fortl.utils.predict()
by @xjx0524tl.utils.fit
by @Nandayang