jtkim-kaist / VAD

Voice activity detection (VAD) toolkit including DNN, bDNN, LSTM and ACAM based VAD. We also provide our directly recorded dataset.
834 stars 232 forks source link

Tensorflow Lite Compatibility #9

Open ranka47 opened 6 years ago

ranka47 commented 6 years ago

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.

jtkim-kaist commented 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.