-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
3350 drops pytorch 1.5.x support #3353
Conversation
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
f95284a
to
86f5684
Compare
/build |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
3e2a91d
to
1ad89be
Compare
/build |
1 similar comment
/build |
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.
Hi @wyli ,
Could you please help also drop this kind of lines:
https://github.com/Project-MONAI/MONAI/blob/dev/monai/transforms/utils.py#L1313
If you don't plan to change these torch APIs in this PR, I can help do it soon.
Thanks.
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
60f5959
to
5ecf03e
Compare
thanks, updated the PR to remove |
Signed-off-by: Wenqi Li <wenqil@nvidia.com>
5ecf03e
to
ac80a8f
Compare
Sure, sounds good to me. Thanks. |
/build |
Fixes #509 ### Description Drop check of monai.utils.get_torch_version_tuple() >= (1, 6) because the core codebase now requires at least torch 1.6. See also [here](Project-MONAI/MONAI#3353) ### Checks - [x] Notebook runs automatically `./runner [-p <regex_pattern>]`
…t-MONAI#1072) Fixes Project-MONAI#509 ### Description Drop check of monai.utils.get_torch_version_tuple() >= (1, 6) because the core codebase now requires at least torch 1.6. See also [here](Project-MONAI/MONAI#3353) ### Checks - [x] Notebook runs automatically `./runner [-p <regex_pattern>]`
Signed-off-by: Wenqi Li wenqil@nvidia.com
part of #3350
Description
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests
.make html
command in thedocs/
folder.