Multilingual sentence encoder

Thanks everyone for sharing great ideas.

Hi @mmadaria , were you able to use multilingual universal sentence encoder in NodeJS? If so how did you use it?

I convert the universal-sentence-encoder-multilingual model to tflite, and when I deploy the model on Android device, the below error appears:

java.lang.IllegalArgumentException: Internal error: Cannot create interpreter: Op type not 
registered 'SentencepieceOp' in binary running on localhost. Make sure the Op and Kernel
are registered in the binary running in this process. Note that if you are loading a saved
graph which used ops from tf.contrib (e.g. `tf.contrib.resampler`), accessing should be
done before importing the graph, as contrib ops are lazily registered when the module is first accessed.Delegate kernel was not initialized
Node number 301 (TfLiteFlexDelegate) failed to