ios-demo-app icon indicating copy to clipboard operation
ios-demo-app copied to clipboard

PyTorch iOS examples

Results 45 ios-demo-app issues
Sort by recently updated
recently updated
newest added

I have just ran the Hello World and Speech Recognition code, following all of the steps. The build was successful but after that the Hello World code did not show...

Hi, I met the compilation issue on Mac M1 as below ``` ld: in /Users/xxx/projects/ios-demo-app/ImageSegmentation/Pods/LibTorch/install/lib/libtorch.a(empty.cpp.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/xxx/projects/ios-demo-app/ImageSegmentation/Pods/LibTorch/install/lib/libtorch.a' for...

When building an iOS app using LibTorch-Lite installed via cocoapods on M1, it will fail to build for Simulator with the error: `Building for iOS Simulator, but linking in object...

Hello! Is the [RAFT](https://github.com/princeton-vl/RAFT) architecture available in the pytorch library for iOS? I need to find shift/delta between two images. Please tell me how can I do this?

Hi all, first of all, thanks a lot for this great demo app. Really useful to get going. I am a total newbie in iOS development so forgive me for...

- When I use a simulator segmentation works as expected - When I use a real device (iPhone X 15.3.1), what is generated a white image with a tiny black...

Resolve https://github.com/pytorch/pytorch/issues/66993 Dangling pointer that caused by 'UnsafeMutablePointer()' would make module outputs invalid

cla signed

Hi, I hope this is not too much off topic. I have a different trained PyTorch network that recognises only pipes. I have replaced the mobilenet_quantized.pt file with my .pt...

Removing package name allows for Podfile pod name changes -- say from 'LibTorch-Lite' to 'LibTorch-Lite-Nightly' -- without neeeding code changes to point to the right package/pod.

cla signed

Hello, I am trying to run SpeechRecognition demo but, I get the error Fatal error: Can't find the model. I followed the document created model both with torchaudio and my...