-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Remove deprecated APIs for 0.14 #6258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 12 commits
fcb22e9
37a437d
57915a5
54abb31
4796dca
9e4d225
5498794
d641a69
8bd7e73
c87f0a0
f3c8f09
28964a2
98e912a
12dddf9
96dde42
e06f5a8
c026efc
63b1ea7
0b6bcdb
de51d9f
2f8d6f4
137d1b9
3c4ba46
12a8b24
4963a07
6a09988
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ inline bool double_compare(double a, double b) { | |
|
||
inline void deprecation_warning() { | ||
TORCH_WARN_ONCE( | ||
"The vision::models namespace is deprecated since 0.12 and will be " | ||
"removed in 0.14. We recommend using Torch Script instead: " | ||
"The vision::models namespace is not actively maintained, use at " | ||
"your own discretion. We recommend using Torch Script instead: " | ||
|
||
"https://pytorch.org/tutorials/advanced/cpp_export.html"); | ||
} | ||
|
||
|
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm conveniently leaving this as a TODO, because we actually don't try to download
voc()
anyway: further down in this file, the call tovoc()
is commented out because their server is unstable.