I would like to convert the rasa trained model into protobuf format or if possible save the trained models in protobuf format directly(during training). I need this for inferring the model in onnx.
Usually, TensorFlow supports a way to convert its model to protobuf format if we have .meta, .index, and .data-00000-of-00001; I have .index and .data-00000-of-00001 files, but I couldn’t find the .meta file(there is only metadata.json).
Please provide a solution for this problem
Below listed are the files present in the model.tar.gz
I would like to convert the model to onnx for performance reasons. I need the files that contain the NN architecture code so that I can load this model and convert it to onnx. Can you please help me in locating these keras files in the git repo?