Conversation
|
thanks this looks nice, please sign the commits: https://github.com/Project-MONAI/MONAI/pull/2253/checks?check_run_id=2674985778 this is required by the repo |
323b865 to
f65c7f1
Compare
Signed-off-by: Douwe Spaanderman <[email protected]>
Signed-off-by: Douwe Spaanderman <[email protected]>
Signed-off-by: Douwe Spaanderman <[email protected]>
Signed-off-by: Douwe Spaanderman <[email protected]>
Signed-off-by: Douwe Spaanderman <[email protected]>
Signed-off-by: Douwe Spaanderman <[email protected]>
f65c7f1 to
e9a08b7
Compare
could you please also
thanks! |
Signed-off-by: Douwe Spaanderman <[email protected]>
|
Sorry it took a little while longer to address the coding style issues. I was also wondering if I could address some issues I am currently facing with pretraining the network. Personally I would like to implement loading the state dict from the paper "Med3D: Transfer Learning for 3D Medical Image Analysis" (https://github.com/Tencent/MedicalNet), I think this closer resamples the issues monai tries to solve, and I receive better performances for my datasets with this pretrained network vs others (i.e. https://github.com/kenshohara/3D-ResNets-PyTorch). Thank you in advance for your response! |
Signed-off-by: Douwe Spaanderman <[email protected]>
|
thanks, this PR is ready to go now. for the pretrained flag, could you please make it |
Signed-off-by: Douwe Spaanderman <[email protected]>
Description
ResNet implementation with 1D, 2D or 3D convolutions for classification. based on https://github.com/kenshohara/3D-ResNets-PyTorch/blob/master/models/resnet.py . Implementation contains resnet10, 18, 34, 50, 101, 152, 200. Current endpoint is fully connected for classification however backbone can also be used for other purposes (i.e. opt not to use fc layer).
Backbone pre-trained by 23 medical datasets based on this paper: "Med3D: Transfer Learning for 3D Medical Image Analysis" (https://arxiv.org/pdf/1904.00625.pdf). Only available for 3D convolutions.
Possible option to add 2+1D (pseudo-3D) convolution setting.
There are no breaking changes as this is a new feature.
Status
Ready/Work in progress/Hold
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.