You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Follow these steps to run the examples:
109
109
* Open Bender workspace and run the *Example* project.
110
110
111
111
> There is an Image recognition example which includes a MobileNet model in Bender and one in CoreML. It is also set up to run an Inception model but you will have to download it separately as it is almost 100 MB in size.
112
-
You can download it from http://download.tensorflow.org/models/inception_v3_2016_08_28.tar.gz but then you have to freeze it and add it to the 'Example' Xcode project as 'inception_v3.pb'.
112
+
You can download it from http://download.tensorflow.org/models/inception_v3_2016_08_28.tar.gz but then you have to freeze it and add it to the 'Example' Xcode project as 'inception_v3.pb'.
113
113
114
114
## Installation
115
115
@@ -118,7 +118,7 @@ You can download it from http://download.tensorflow.org/models/inception_v3_2016
118
118
To install Bender, simply add the following line to your Podfile:
119
119
120
120
```ruby
121
-
pod 'MetalBender', '~> 0.4'
121
+
pod 'MetalBender', '~> 0.5'
122
122
```
123
123
124
124
> Remember that Bender compiles for iOS 10. So you must add `platform :ios, '10.0'` to your Podfile
@@ -130,7 +130,7 @@ pod 'MetalBender', '~> 0.4'
130
130
To install Bender, add the following line to your Cartfile:
0 commit comments