зеркало из https://github.com/xamarin/ios-samples.git
0da2b02b2b | ||
---|---|---|
.. | ||
DigitDetection | ||
Screenshots | ||
DigitDetection.sln | ||
LICENSE.txt | ||
Metadata.xml | ||
README.md |
README.md
MPSCNNHelloWorld
This sample is a port of the open source library, TensorFlow
trained networks trained on MNIST Dataset via inference using Metal Performance Shaders.
The sample demonstrates how to encode different layers to the GPU and perform image recognition using trained parameters (weights and bias) that have been fetched from, pre-trained and saved network on TensorFlow.
The Single Network can be found here The Deep Network can be found here
The network parameters are stored a binary .dat
files that are memory-mapped when needed.
Build Requirements
Building this sample requires Xcode 8.0 and iOS 10.0 SDK
Refs
Target
This sample runnable on iPhone/iPad with following features:
- iOS GPU Family 2 v1
- iOS GPU Family 2 v2
- iOS GPU Family 3 v1
Copyright
Xamarin port changes are released under the MIT license.
Author
Ported to Xamarin.iOS by Rustam Zaitov