Cui Yan

Results 16 comments of Cui Yan

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

@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

@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](https://github.com/cuiyanx/caffe2-protobuf). To run: `node ./src/main-test.js`

@lisa0314 Maybe we need to add cts test for QUANTIZE and DEQAUNTIZE ops.

@lisa0314 @huningxin Add some CTS test cases for softmax op with int8 datatype. If any change, please tell me. https://github.com/cuiyanx/dnnl-models/tree/master/select-CTS-test/SOFTMAX/V1_3

Simple test as ocf client on linux: ``` var ocf = require('ocf'); var client = ocf.client; ocf.start(); client.findResources({ resourceType:"core.res" }).then(function(resource) { console.log("findResources 'core.res' was successful, deviceId=" + resource.deviceId); client.retrieve(resource.deviceId, {observable:...

But we can add `the options parameter` to find resources. Simple test as client on linux: ``` var ocf = require('ocf'); var client = ocf.client; ocf.start(); client.findResources({ resourceType:"core.res", resourcePath:"/a/light" }).then(function(resource)...

@grgustaf We had some APIs for synchronous situation and none for asynchronous situation. But we have sample for asynchronous situation. We maybe need to add APIs for asynchronous situation to...

@jimmy-huang Yes, this issue can be reproduced on both cases. And [/samples/Stepper.js](https://github.com/intel/zephyr.js/blob/master/samples/Stepper.js) case looks like this issue. Log: ``` Stepper Motor sample... 554:(ERROR) 1 ringbuf put errors (last rval=-122) 554:(ERROR)...