Skip to content

Commit

Permalink
type in getting_started.rst (#53)
Browse files Browse the repository at this point in the history
devce -> device
  • Loading branch information
altryne authored Mar 3, 2023
1 parent 9d66fdd commit dd0767b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pre-trained model with its preprocessors (transforms), we use ``load_model_and_
- ``name``: The name of the model to load. This could be a pre-trained model, task model, or feature extractor. See ``model_zoo`` for a full list of model names.
- ``model_type``: Each architecture has variants trained on different datasets and at different scale. See Types column in ``model_zoo`` for a full list of model types.
- ``is_eval``: if `True`, set the model to evaluation mode. This is desired for inference or feature extraction.
- ``devce``: device to load the model to.
- ``device``: device to load the model to.

.. code-block:: python
Expand Down

0 comments on commit dd0767b

Please sign in to comment.