Is it possible to export the trained model to use with another framework? (such as PyTorch, Tensorflow, etc.) We need to calculate image embeddings from the network but I don't know if it's possible with DataRobot.
Solved! Go to Solution.
Yes, you can export models. I've added a link here
In short, you can either deploy it, and we provide python code to help you get data scored through API, we also allow you to put it in a docker environment and then manage the models in Kubernetes. We also provide a Java jar file, and a python approximation of the model that you can use in your environement