Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.24 KB

File metadata and controls

37 lines (32 loc) · 1.24 KB

Change Log

1.1.1 - 2019-08-05

1.1.0 - 2019-07-16

  • 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

1.0.2 - 2019-03-16

  • Various bug fixes
  • A new way of creating models
  • Multi-step forecasting

1.0.1 - 2018-12-04

  • Various bug fixes
  • ONNX import and export support
  • Re-organization of examples

1.0.0 - 2018-10-26

  • Text, audio, and time series support in addition to image
  • APIs for RNN based tasks: text classification, text generation, and sequence labeling
  • APIs for object detection
  • APIs for time series processing and modeling
  • APIs for processing audio files and creating speech recognition models
  • Additional pre-defined network architectures such as DenseNet, DarkNet, Inception, and Yolo with enhanced data visualization and metadata handling