Import Model Process
This describes the Import Model process

Overview
Once an upload of a model to Tensorleap had initiated, an import model process starts.
This process:
Uploads the model into the Tensorleap server
Parses through the model and extracts menaingful indicators for future use
Converts the model into a Tensorleap Format that the Engine can easily utilize for analysis
Common Run Issues:
An import Model process can fail due to:
Invalid model (please ensure the model you upload is able to infer locally)
Unsupported model architecture (please contact Tensorleap team)
The use of a custom Layer in a .h5 file. To support custom h5 layers, you need to register a custom layer to the integration script before upload.
Last updated
Was this helpful?