cancel
Showing results for 
Search instead for 
Did you mean: 

Getting image embeddings

Getting image embeddings

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. 

Labels (1)
1 Solution

Accepted Solutions
dalilaB
DataRobot Alumni

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

View solution in original post

1 Reply
dalilaB
DataRobot Alumni

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