TensorLayer 1.7.2
This release includes the following:
-
News
- TensorPort team starts to support distributed training of TensorLayer, referring to this discussion : issues 243.
- A Chinese Book is coming soon:《深度学习:一起玩转TensorLayer》(Deep Learning : Play with TensorLayer). 电子工业出版社 (Publishing House of Electronics Industry, PHEI).
- An interview of TensorLayer: Hao Dong and Luo Mai on TensorLayer and the Chinese Deep Learning Community.
-
New Support
- Distributed training APIs contributed by TensorPort. See tiny example and tl.distributed (alpha version) (by @jorgemf).
- tl.prepro.rgb_to_hsv: converts an RGB image to an HSV image (by @zsdonghao).
- tl.prepro.hsv_to_rgb: converts an HSV image to an RGB image (by @zsdonghao).
- tl.prepro.adjust_hsv: adjusts the hue of an RGB image (by @zsdonghao).
- tl.files.load_voc_dataset: supports test sets of 2007 and 2012 (by @zsdonghao).
-
New Update
- tl.layers.initialize_rnn_state: adds the
feed_dict
argument forinitialize_rnn_state
(by @Tbabm).
- tl.layers.initialize_rnn_state: adds the