-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ethem-kinginthenorth
committed
Aug 5, 2019
1 parent
898951f
commit a428872
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# Change Log | ||
|
||
## 1.1.0 - 2019-07-16 | ||
## 1.1.1 - 2019-08-05 | ||
|
||
- New layers: transpose convolution and group convolution | ||
- New architectures: U-Net, MobileNet, and ShuffleNet | ||
- Supporting FasterRCNN for object detection | ||
- Supporting image segmentation | ||
- Various bug fixes | ||
- Improved documentation | ||
- Improved code coverage | ||
- New speech-to-text APIs that enables us doing language model post processing | ||
- APIs for Image captioning | ||
- More example notebooks | ||
- Updated weights (located: http://support.sas.com/documentation/prod-p/vdmml/zip/index.html) | ||
supporting new version of ONNX | ||
- Various bug fixes |