Skip to content

Commit

Permalink
Update readme to be accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed Nov 18, 2023
1 parent edb479c commit 40526ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ loaded_model.output_channels
loaded_model.size_requirements
```

You can also just use this helper class for inference the same way you would with the `model` directly, so for example you could do `result = loaded_model(img)` and it will automatically call the forward method of the model. It also supports moving it to other devices, so you can call `.to` on it just like you would the direct model.
ModelDescriptors also support moving the model to other devices directly, so you can call `.to` on it just like you would the direct model, for convenience.

## Model Architecture Support

Expand Down

0 comments on commit 40526ee

Please sign in to comment.