Is there a way to convert rasa nlu model to tflite file ?
I take a look on trained model, all we have is a list of pkl files, mapping and metadata ; tflite_converter can work with a Keras H5 model or SavedModel, but how to convert Rasa NLU model to something that tensorflow lite can use ?