intel / webml-polyfill

Deprecated, the Web Neural Network Polyfill project has been moved to https://github.com/webmachinelearning/webnn-polyfill
Apache License 2.0
161 stars 42 forks source link

[Example] integrate int8 *.pb model into polyfill #1214

Open lisa0314 opened 4 years ago

cuiyanx commented 4 years ago

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

cuiyanx commented 4 years ago

@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 commented 4 years ago

@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