Skip to content

Commit 0a390e6

Browse files
committed
fix: fix import error
1 parent b5d15a1 commit 0a390e6

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cellseg_models_pytorch/modules/conv_base.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"InvertedBottleneckConv",
1313
"FusedMobileInvertedConv",
1414
"HoverNetDenseConv",
15-
"BasicConvOld",
1615
]
1716

1817

cellseg_models_pytorch/modules/conv_block.py

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from .conv_base import (
55
BasicConv,
6-
BasicConvOld,
76
BottleneckConv,
87
DepthWiseSeparableConv,
98
FusedMobileInvertedConv,
@@ -21,7 +20,6 @@
2120
"mbconv": InvertedBottleneckConv,
2221
"fmbconv": FusedMobileInvertedConv,
2322
"hover_dense": HoverNetDenseConv,
24-
"basic_old": BasicConvOld,
2523
}
2624

2725

0 commit comments

Comments
 (0)