-
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
MIL Component - MILModel #3236
MIL Component - MILModel #3236
Conversation
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 @myron, all your git commits need to be signed for MONAI. You should use -s
in ALL your commits:
git commit -sm "Add commit message"
https://github.com/Project-MONAI/MONAI/pull/3236/checks?check_run_id=4074346048
even for draft PRs ? I thought this is just to have an initial discussion |
Ok, signed and pushed |
Thank you @myron. The draft PR is the work in progress to let the repo maintainer know what is being developed. So you can continue to improve it until it is ready to review (and passing all the tests) I will try to give my comments earlier but please work on addressing the tests that are not passing. You can start from the easy one like code formatting. Please let me know if you have any question. |
134fbbe
to
af988b8
Compare
Hi @myron , Please add guys in Thanks. |
1b4a429
to
50dc0c6
Compare
I've updated this model, added enum and moved some options into arguments |
Signed-off-by: myron <amyronenko@nvidia.com>
Signed-off-by: myron <amyronenko@nvidia.com>
Signed-off-by: myron <amyronenko@nvidia.com>
Signed-off-by: myron <amyronenko@nvidia.com>
I ran into another JIT issue, it fails the test on the older Pytorch version (1.7, over a year old), it looks like at that time Enum wasn't supported in JIT. @wyli @Nic-Ma any suggestions? thanks
|
@myron considering the tight deadline for the next release, let's use string instead of enum if it can fix the issue and move on. |
Signed-off-by: myron <amyronenko@nvidia.com>
@myron it looks good to me. Could you please take a look at the checks that are failing? |
I don't know why it's failing. There is only 1 failed check, that seems to be unrelated to my PR
|
Hi @myron , I already submitted PR to fix it. 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.
Looks good on me.
/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.
Thanks for the great feature.
Looks good to me, I will slightly adjust the doc related things later.
Thanks.
Fix #3163
A wrapper around backbone CNN classification model suitable for MIL