sh1r0 / caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification
https://github.com/sh1r0/caffe-android-lib
MIT License
255 stars 164 forks source link

When i use the VGGnet and set the batch size to 1, the app crashes #43

Closed wumangxing1990 closed 7 years ago

wumangxing1990 commented 7 years ago

I trained a VGGnet and i set the batch size from 10 to 1. Then i put the file to the sdcard and change the code to find the corresponding VGGnet . But it crashed when i try to run the app(when i click the app icon). I don't know what' s the reason . My guess is the model is too big , because it's size is 350+M.

wumangxing1990 commented 7 years ago

yes