Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
5850f370
"...git@developer.sourcefind.cn:OpenDAS/torch-harmonics.git" did not exist on "87d9bfdc39f9707fcda7bd2f9b8b1cd574f3e89c"
Unverified
Commit
5850f370
authored
Mar 07, 2023
by
Camilo De La Torre
Committed by
GitHub
Mar 07, 2023
Browse files
Fix typo in warning message (#7394)
parent
beb4bb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/__init__.py
torchvision/__init__.py
+1
-1
No files found.
torchvision/__init__.py
View file @
5850f370
...
@@ -105,7 +105,7 @@ _BETA_TRANSFORMS_WARNING = (
...
@@ -105,7 +105,7 @@ _BETA_TRANSFORMS_WARNING = (
"this issue: https://github.com/pytorch/vision/issues/6753, and you can also "
"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 "
"check out https://github.com/pytorch/vision/issues/7319 to learn more about "
"the APIs that we suspect might involve future changes. "
"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_transform
s
_warning()."
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment