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
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]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: vgrau98 <[email protected]>
|
|
|
/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]>
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]>
KumoLiu
left a comment
There was a problem hiding this comment.
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]>
Signed-off-by: vgrau98 <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>
|
/build |
1 similar comment
|
/build |
wyli
left a comment
There was a problem hiding this comment.
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
Truevalue (not implemented ) for its pretrained flag.2 implemented behavior:
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests --disttests.make htmlcommand in thedocs/folder.