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.
- Constructor of
- 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.