File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 1.0.2 - 2019-03-22
3+ ## 1.1.0 - 2019-07-16
44
5+ - New layers: transpose convolution and group convolution
6+ - New architectures: U-Net, MobileNet, and ShuffleNet
7+ - Supporting FasterRCNN for object detection
8+ - Supporting image segmentation
59- Various bug fixes
6- - A new way of creating models
7- - Multi-step forecasting
10+ - Improved documentation
11+ - Improved code coverage
Original file line number Diff line number Diff line change @@ -9,9 +9,13 @@ What's New
99
1010This document outlines features and improvements from each release.
1111
12- v1.0.2 (March 22 , 2019)
12+ v1.1.0 (July 16 , 2019)
1313==========================
1414
15+ - New layers: transpose convolution and group convolution
16+ - New architectures: U-Net, MobileNet, and ShuffleNet
17+ - Supporting FasterRCNN for object detection
18+ - Supporting image segmentation
1519- Various bug fixes
16- - A new way of creating models
17- - Multi-step forecasting
20+ - Improved documentation
21+ - Improved code coverage
You can’t perform that action at this time.
0 commit comments