-
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
7047 simplify resnet pretrained #7095
7047 simplify resnet pretrained #7095
Conversation
Fixes: Project-MONAI#7047 Original behaviour did not support True pretrained flag. Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Not sure about good practices in added test |
Documentation should be updated too |
Signed-off-by: vgrau98 <[email protected]>
e6a29e5
to
8b75095
Compare
for more information, see https://pre-commit.ci
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: vgrau98 <[email protected]>
for more information, see https://pre-commit.ci
|
/black
thanks, please follow this guide for adding new dep https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md#adding-new-optional-dependencies I think the current unit test looks great, we just need to somehow pin down a specific commit hash of the model version, then I don't see much risk of regression. |
Signed-off-by: vgrau98 <[email protected]>
for more information, see https://pre-commit.ci
Yes sorry my bad, didn't read the doc carefully enough, should be fixed now |
Signed-off-by: monai-bot <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
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.
Looks good to me, several minor comments inline.
Could you please also fix the format ci error?
https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md#checking-the-coding-style
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
/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.
thanks! trying to merge this pr for more integration tests
Signed-off-by: Wenqi Li <[email protected]>
/build |
Fixes #7047
Description
Resnet did not support
True
value (not implemented ) for its pretrained flag.2 implemented behavior:
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.