VAD icon indicating copy to clipboard operation
VAD copied to clipboard

Tensorflow Lite Compatibility

Open ranka47 opened this issue 7 years ago • 1 comments

Hello Is the model compatible with tensorflow lite?

I tried converting it but received the following warning: Some of the operators in the model are not supported by the standard TensorFlow Lite runtime. If you have a custom implementation for them you can disable this error with --allow_custom_ops. Here is a list of operators for which you will need custom implementations: Enter, Exit, FLOOR, LoopCond, RandomUniform, Range, TensorArrayGatherV3, TensorArrayReadV3, TensorArrayScatterV3, TensorArraySizeV3, TensorArrayV3, TensorArrayWriteV3, TensorFlowLess, TensorFlowMerge, TensorFlowSwitch.

Are you planning to do it in the future?

Thanks.

ranka47 avatar Apr 22 '18 12:04 ranka47

Actually we are currently researching the small size VAD for embedded system (CNN based).

The current VAD in this github repos. is not proper for embedded system.

Anyway we have a plan to upload the VAD project for embedded system.

jtkim-kaist avatar May 15 '18 10:05 jtkim-kaist