Deprecation warning message is misleading #8100
Closed
brandonfosso
started this conversation in
General
Replies: 2 comments
-
Hi @brandonfosso, thanks for reporting. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for explaining |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
monai/networks/nets/swin_unetr:__init__
has a note that theimg_size
argument is no longer required butimg_size
is used within the first few lines of the function and would definitely be required. Am I missing something here? Code snippet below:Beta Was this translation helpful? Give feedback.
All reactions