Sorry i haven't look at this properly yet - keen to know if i can upload a customer pre-trained model using any of the popular libraries (pytorch, keras etc) and just do the deployment as an app with Slai?
Yep! You can upload pre-trained models — just upload a pickled binary of your model into the “data” section of the sandbox and then load and return the object in the train function.
We chose to do it this way to ensure that the binary you upload is properly tracked in our versioning system, and that it can be integrated into your handler.
We chose to do it this way to ensure that the binary you upload is properly tracked in our versioning system, and that it can be integrated into your handler.