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

About libcaffe2.a

Open buptlihang opened this issue 5 years ago • 1 comments

Missing libcaffe2.a file in this project. I build the ndk-r18 and get the libcaffe2.a with the size 1.95GB. Is your libcaffe2.a so big?

buptlihang avatar Feb 16 '19 15:02 buptlihang

The steps to download libcaffe2.a and other library files are in the README. Scroll down a bit and you'll see:

If you prefer not to build PyTorch from master, I have committed the files for the Caffe2 bits into this git repo. Unfortunately, not all files are uploaded to GitHub due to file size limit.

Grab the remaining large files from my Google Drive.

Download build_android_arm.tar.gz file, unzip and copy libcaffe2.a from the lib directory.

Yes, my libcaffe2.a file size is big (2.0 GB).

cedrickchee avatar May 11 '19 05:05 cedrickchee