Unverified Commit 9ba21583 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Fix typo in ToPureTensor docstring (#7989)


Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
parent 622bb269
...@@ -79,7 +79,7 @@ class ToPILImage(Transform): ...@@ -79,7 +79,7 @@ class ToPILImage(Transform):
class ToPureTensor(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 .. v2betastatus:: ToPureTensor transform
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment