Release 1.3.2
Recommended Update !
This is an incomplete list among the many features added.
- Support
- new function for file:
maybe_download_or_extract
by @JoelKronander - new layers:
ExpandDimsLayer
andTileLayer
by @zsdonghao - new layer:
Seq2Seq
by @zsdonghao - new prepro functions for NLP:
precess_sequences
,sequences_add_start_id
andsequences_get_mask
by @zsdonghao - new prepro function for image
drop
by @zsdonghao
- new function for file:
- Update
tutorial_cifar10_tfrecord.py
for TF12 by @JoelKronanderread_words
for Python3.5 by @SmartAILM- Add path argument for
tl.file.load*
by @boscotsang
- Call for Contribution
- New Examples
- U-Net: Convolutional Networks for Image Segmentation
- Text-to-Image Synthesis with GAN
This version works well under TF 0.10 and 0.11 backend, it also works well with TF 0.12 in most of the case, feel free to report if you found a bug. Many thanks!