webml-polyfill icon indicating copy to clipboard operation
webml-polyfill copied to clipboard

[Example] integrate int8 *.pb model into polyfill

Open lisa0314 opened this issue 5 years ago • 3 comments

lisa0314 avatar Apr 15 '20 12:04 lisa0314

@lisa0314 The int8*.pbtxt readed by protobuffer tool is too slow, maybe read int8*.pb better.

cuiyanx avatar Apr 16 '20 05:04 cuiyanx

@lisa0314 @huningxin I finish analyzing caffe2 int8 model on my local PC, and as Lisa ask, I create transfer tool. https://github.com/cuiyanx/caffe2-protobuf

cuiyanx avatar Apr 30 '20 07:04 cuiyanx

@lisa0314 @huningxin I finish the importer of caffe2 int8 model on my local PC and ready to integrate this importer. I update the code to caffe2-protobuf. To run: node ./src/main-test.js

cuiyanx avatar May 15 '20 05:05 cuiyanx