I'd like to know if there is a way(or some sort of code example) to load an encoded pre-trained model (written in python) inside a Flink streaming application. So I can fit the model using the weights loaded from the file system and the data coming from from stream.
Thank you in advance