"vscode:/vscode.git/clone" did not exist on "c8fdfe457229d647d6019e449f3eb6fafb4b6e92"
Unverified Commit 5850f370 authored by Camilo De La Torre's avatar Camilo De La Torre Committed by GitHub
Browse files

Fix typo in warning message (#7394)

parent beb4bb70
......@@ -105,7 +105,7 @@ _BETA_TRANSFORMS_WARNING = (
"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()."
)
......
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