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
{{ message }}
This repository was archived by the owner on Aug 28, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: HelloWorld-CoreML/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
HelloWorld-CoreML is a simple image classification application that demonstrates how to use PyTorch C++ libraries with Core ML support. The code is written in Swift and uses Objective-C as a bridge.
9
9
10
-
The example has already attached a PyTorch GPU model in "HelloWorld-CoreML/model/mobilenetv2_coreml.pt". If you would like to learn more about how to prepare a PyTorch CoreML model and run it in your apps, please refer to the tutorial [Convert Mobilenetv2 to Core ML](https://pytorch.org/tutorials/prototype/ios_coreml_workflow.html).
10
+
The example has already attached a PyTorch Core ML model in "HelloWorld-CoreML/model/mobilenetv2_coreml.pt". If you would like to learn more about how to prepare a PyTorch Core ML model and run it in your apps, please refer to the tutorial [Convert Mobilenetv2 to Core ML](https://pytorch.org/tutorials/prototype/ios_coreml_workflow.html).
11
11
12
12
### Install LibTorch-Lite-Nightly via Cocoapods
13
13
@@ -16,4 +16,4 @@ The PyTorch C++ library with Core ML support is available in [Cocoapods](https:/
16
16
```ruby
17
17
pod update
18
18
```
19
-
Now open the `HelloWorld.xcworkspace` in XCode, select your device and launch it (cmd + R). If everything works well, we should see a wolf picture on the simulator screen along with the prediction results.
19
+
Now open the `HelloWorld.xcworkspace` in XCode, select your device and launch it (cmd + R). If everything works well, you should see a wolf picture on the simulator screen along with the prediction results.
0 commit comments