Skip to content

Commit

Permalink
[fbsync] Fix typo in ToPureTensor docstring (#7989)
Browse files Browse the repository at this point in the history
Summary: Co-authored-by: Philip Meier <github.pmeier@posteo.de>

Reviewed By: matteobettini

Differential Revision: D49600775

fbshipit-source-id: 4bc3363d53c85433c203bc7cbe566d1812e06616
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Sep 26, 2023
1 parent 7b24ce4 commit e195bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/transforms/v2/_type_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def _transform(


class ToPureTensor(Transform):
"""[BETA] Convert all tv_tensors to pure tensors, removing associated metadata (if any).
"""[BETA] Convert all TVTensors to pure tensors, removing associated metadata (if any).
.. v2betastatus:: ToPureTensor transform
Expand Down

0 comments on commit e195bf5

Please sign in to comment.