pytorch-android-cpp-demo icon indicating copy to clipboard operation
pytorch-android-cpp-demo copied to clipboard

Results 4 pytorch-android-cpp-demo issues
Sort by recently updated
recently updated
newest added

I am using android ndk-19 version for building the demo. I am getting the following error while building for arm64-v8a: `-f may not be used without -shared` When I add...

Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 119, in _get_module_details code = loader.get_code(mod_name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py", line 281, in get_code self.code =...

Hi, Thanks for your code. I am using python 1.4.1 and I can build libtorch.a for android in pytorch/build_android/install. However, when I make your code, I meet this error: CMake...

I'm trying to link compiled libtorch to my c++ project and I'm facing a linkage issue. # Steps 1. Compiling libtorch for Android on **Linux** as explained in the example...