Skip to content

Commit 0ca0735

Browse files
NicolasHugpmeiercamilodlt
authored
[Cherry-pick for 0.15] Fix warning message (#7395)
Co-authored-by: Philip Meier <[email protected]> Co-authored-by: Camilo De La Torre <[email protected]>
1 parent a2c033c commit 0ca0735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _is_tracing():
105105
"this issue: https://github.com/pytorch/vision/issues/6753, and you can also "
106106
"check out https://github.com/pytorch/vision/issues/7319 to learn more about "
107107
"the APIs that we suspect might involve future changes. "
108-
"You can silence this warning by calling torchvision.disable_beta_transform_warning()."
108+
"You can silence this warning by calling torchvision.disable_beta_transforms_warning()."
109109
)
110110

111111

0 commit comments

Comments
 (0)