Pkaps25

Results 8 comments of Pkaps25

There's a link to the weights in the README [Google Drive](https://drive.google.com/file/d/13tnSvXY7oDIEloNFiGTsjUIYfS3g3BfG/view?usp=sharing)

> Hi @Pkaps25 thanks for this, is it ready to review? We should add at least one test for the new argument in Daf3D however. Daf3D doesn't currently have a...

Ah, nice catch. I will take a look. On Tue, May 14, 2024 at 11:56 PM YunLiu ***@***.***> wrote: > Hi @Pkaps25 , after we discussed from the dev >...

> Hi @Pkaps25, after we discussed from the dev meeting. One thing I overlooked in this [PR](https://github.com/Project-MONAI/MONAI/pull/7749/files) is whether the change of the name of act will affect the weights...

> > > Hi @Pkaps25, after we discussed from the dev meeting. One thing I overlooked in this [PR](https://github.com/Project-MONAI/MONAI/pull/7749/files) is whether the change of the name of act will affect...

Should I revert the commit from that PR?

Looks like line 97 in `monai/networks/nets/resnet.py` is the culprit. `norm_layer = get_norm_layer(name=norm, spatial_dims=spatial_dims, channels=planes)`. This `norm_layer` object is then used in 2 layers instead of creating a new norm for...