Open ranka47 opened 6 years ago
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.
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.