Skip to content

Commit

Permalink
[Cherry-pick for 0.15] Fix warning message (#7395)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <[email protected]>
Co-authored-by: Camilo De La Torre <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2023
1 parent a2c033c commit 0ca0735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _is_tracing():
"this issue: https://github.com/pytorch/vision/issues/6753, and you can also "
"check out https://github.com/pytorch/vision/issues/7319 to learn more about "
"the APIs that we suspect might involve future changes. "
"You can silence this warning by calling torchvision.disable_beta_transform_warning()."
"You can silence this warning by calling torchvision.disable_beta_transforms_warning()."
)


Expand Down

0 comments on commit 0ca0735

Please sign in to comment.