Skip to content

Commit

Permalink
fix typo in huggingface.rst (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
adelevie committed Aug 3, 2022
1 parent feafd36 commit 64a2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/huggingface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Accelerate

The :class:`.AccelerateMixin` class can be used to add support for huggingface
accelerate_ to skorch. E.g., this allows you to use mixed precision training
(AMP), multi-GPU training, raining with a TPU, or gradient accumulation. For the
(AMP), multi-GPU training, training with a TPU, or gradient accumulation. For the
time being, this feature should be considered experimental.

To use this feature, create a new subclass of the neural net class you want to
Expand Down

0 comments on commit 64a2d16

Please sign in to comment.