Model Integration
Model Integration to the platform requires a .onnx
or .h5
model.
To integrate the model via the CLI, ensure it's accessible from the Tensorleap integration script's root. The model doesn't have to be located under the project root.
A more detailed explanation on how to integrate a model can be found in the CLI assets upload section.
Tensorleap compatible models are:
.onnx
or.h5
formats.Models that has a batch dimension, i.e. inputs has a shape of [Batch,*] and outputs have the same batch dimension [Batch,*]. Both a dynamic or a hard-coded batches within the model are supported in the platform.
Last updated
Was this helpful?