Skip to content

Latest commit

 

History

History

model-deployment

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
#Vespa

ONNX Model export and deployment example

Run the ONNXModelExport notebook to generate the model in the models directory. To run the notebook, cd to this directory and run jupyter - this will open a browser window with the notebook:

$ jupyter notebook

Or run in Colab: Open In Colab

Alternatively, run the script using python, or the pytest below, to generate the model.

Deploy the application package after completing the notebook.

Note: This example is work in progress and not completed yet

Further reading