Release 1.7.0
This is an incomplete list among the many features added.
-
New Support
- ConvLSTMLayer for Convolutional LSTM by @vyokky
- DeformableConv2dLayer for Deformable Convolution by @vyokky
- Many APIs for data augmentation for object detection, see tl.prepro by @zsdonghao
- Download VOC dataset in one line of code, see load_voc_dataset by @zsdonghao
- Download CelebA dataset in one line of code, see load_celebA_dataset by @zsdonghao
-
New Update
- Fix bug of
tl.utils.predict
by @xionghhcs 7d5e21b
- Fix bug of
-
Documentation by @zsdonghao