Skip to content

Commit 981d47a

Browse files
committed
update network
unet2d_urpc is not needed as deep supervision is supported by unet2d and unet3d now
1 parent bd38bc9 commit 981d47a

File tree

2 files changed

+0
-135
lines changed

2 files changed

+0
-135
lines changed

pymic/net/net2d/unet2d_urpc.py

Lines changed: 0 additions & 132 deletions
This file was deleted.

pymic/net/net_dict_seg.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
* UNet2D :mod:`pymic.net.net2d.unet2d.UNet2D`
66
* UNet2D_DualBranch :mod:`pymic.net.net2d.unet2d_dual_branch.UNet2D_DualBranch`
7-
* UNet2D_URPC :mod:`pymic.net.net2d.unet2d_urpc.UNet2D_URPC`
87
* UNet2D_CCT :mod:`pymic.net.net2d.unet2d_cct.UNet2D_CCT`
98
* UNet2D_ScSE :mod:`pymic.net.net2d.unet2d_scse.UNet2D_ScSE`
109
* AttentionUNet2D :mod:`pymic.net.net2d.unet2d_attention.AttentionUNet2D`
@@ -17,7 +16,6 @@
1716
from __future__ import print_function, division
1817
from pymic.net.net2d.unet2d import UNet2D
1918
from pymic.net.net2d.unet2d_dual_branch import UNet2D_DualBranch
20-
from pymic.net.net2d.unet2d_urpc import UNet2D_URPC
2119
from pymic.net.net2d.unet2d_cct import UNet2D_CCT
2220
from pymic.net.net2d.cople_net import COPLENet
2321
from pymic.net.net2d.unet2d_attention import AttentionUNet2D
@@ -30,7 +28,6 @@
3028
SegNetDict = {
3129
'UNet2D': UNet2D,
3230
'UNet2D_DualBranch': UNet2D_DualBranch,
33-
'UNet2D_URPC': UNet2D_URPC,
3431
'UNet2D_CCT': UNet2D_CCT,
3532
'COPLENet': COPLENet,
3633
'AttentionUNet2D': AttentionUNet2D,

0 commit comments

Comments
 (0)