Unload Model
unload_model(self, model)
Description
This method unloads the specified model from the device, freeing up resources.
Parameters
model (ModelReference): The model reference
Returns
int: Error code if any else 0
Raises
Exception: If the model reference is mismatched
Usage
1 device_interface.unload_model(model_ref)