Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 1.56 KB

Change Log

All notable changes to Bender will be documented in this file.

Added:

  • BatchNorm
  • Support for multiple inputs
  • Add support for depthwise and atrous (dilated) convolutions in iOS 11
  • Change some kernels to run on half instead of float
  • Use MPSTemporaryImage by default

and some fixes.

  • Support for Xcode 9.1.
  • Support for Swift 4 and Xcode 9.
  • Breaking changes:
    • Constructor of LayerSize.
    • Constructor of Network class.
    • Network static method for loading a graph from TensorFlow.
    • Network run method.
    • Converter protocol definition.
  • Adds Cocoapods & Carthage support.
  • Adds MetalPerformanceShadersProxy in order to allow compilation on simulators.
  • Adds support for Concat layer.
  • Removes "convSize" constructor parameter from ResidualLayer.
  • Fixes ordering issue while optimizing TensorFlow graph.
  • Fixes memory usage issue.
  • Fixes ConvTranspose layer.
  • Adds optional dispatchQueue where to run.
  • This is the initial version.