-
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
Lazy functionality 1 2 #6537
Lazy functionality 1 2 #6537
Conversation
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
…arameter, refactoring spatial arrays to support lazy_evaluation call time parameter, refactoring _apply_transform to pass call time lazy_evaluation flag Signed-off-by: Ben Murray <ben.murray@gmail.com>
… transforms Signed-off-by: Ben Murray <ben.murray@gmail.com>
lazy_evaluation initing / calls Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
croppad/array Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
meaningful . Adding ApplyPending and ApplyPendingd transforms Signed-off-by: Ben Murray <ben.murray@gmail.com>
respectively Signed-off-by: Ben Murray <ben.murray@gmail.com>
Filter for metatensors in ApplyPending / ApplyPendingd classes Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
for more information, see https://pre-commit.ci
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
for more information, see https://pre-commit.ci
Signed-off-by: Ben Murray <ben.murray@gmail.com>
…o lazy_eval_refactor
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
…pply_pending. Fixing various tests by moving to use of 'overrides' on apply_pending Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
**kwargs parameter from apply_pending Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
for more information, see https://pre-commit.ci
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 good with it now, we need to rerun tests with the current dev merged in. @Nic-Ma? Thanks!
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.
Thanks for the quick update, put some comments inline, others look good to me now.
Hi @KumoLiu , The functionality of this PR is ready, just some minor comments left. Thanks in advance. |
Hi @mingxin-zheng , @dongyang0122 , @wyli , I see some Auto3D failures in the CI results of this PR, could you please help confirm whether they are related to this PR?
Thanks in advance. |
Hi @Nic-Ma @atbenmurray , looks like the error is generated by this PR. I ran it on my local machine and the error log indicates the causes are auto3dseg templates use
I think it is an expected failure and can be addressed in another PR. |
Hi @dongyang0122 , Could you please help update the Auto3DSeg templates accordingly to avoid any lazy resampling logic? Thanks in advance. |
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
Signed-off-by: Ben Murray <ben.murray@gmail.com>
/black |
/build |
Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
/build |
Signed-off-by: Ben Murray <ben.murray@gmail.com>
… into lazy_functionality_1_2
/black |
/build |
I'm good to go!
…On Thu., Jun. 1, 2023, 10:17 a.m. Ben Murray, ***@***.***> wrote:
@ericspod <https://github.com/ericspod> @Nic-Ma
<https://github.com/Nic-Ma> @wyli <https://github.com/wyli> Are we ready
to merge then?
—
Reply to this email directly, view it on GitHub
<#6537 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHHUWWM2FYRZSMGOHFMOMTXJBM4DANCNFSM6AAAAAAYKBEHWU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Reduced lazy resampling functionality for MONAI 1.2
Description
This PR is a subset of #6257 intended for MONAI 1.2. It contains the basic resampling strategy that has been approved for the 1.2 release during MONAI core dev meeting of 19th May, 2023.
Draft status:
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.