ENCP / CNNdroid

Open Source Library for GPU-Accelerated Execution of Trained Deep Convolutional Neural Networks on Android
MIT License
539 stars 181 forks source link

convert caffe prototxt to cnndroid #33

Open wswfc opened 6 years ago

wswfc commented 6 years ago

Hi there,

I am not sure you are still working on this project. I just used parameter generator to convert caffe googleNet model to lots of .msg files. However, to use cnndroid, I need the net txt file in cnndroid format. Is there a tool I can use to convert existing caffe prototxt file to cnndroid txt file? Thanks in advance.

latifisalar commented 6 years ago

Hi, Sorry for late reply. Unfortunately, googleNet is not yet supported in CNNdroid.

Thanks