User Guides
Migrating an existing model
Already have a model you’d like to migrate to Slai? Here’s how to port it over.
Want us to help migrate your models?
You can book a 60 min call with our engineering team, and we’ll get your models running by the end of the call.
Porting a model generally takes 10-20 minutes of refactoring. At a high level, the steps are:
- Create an empty sandbox
- Install Python Requirements
- (Optional) Upload pre-trained weights to the data folder (if you want to avoiding connecting your dataset and retraining the model from scratch)
- Copy the model’s code into the sandbox, returning your model class from the
train.py
function - Train the model
- Create your model handler
- Package and deploy