File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 5353from .generator import Generator
5454from .highresnet import HighResBlock , HighResNet
5555from .hovernet import Hovernet , HoVernet , HoVerNet , HoverNet
56+ from .magnus import (
57+ MAGNUS ,
58+ CNNPath ,
59+ CrossModalAttentionFusion ,
60+ DecoderBlock ,
61+ MagnusSEBlock ,
62+ ScaleAdaptiveConv ,
63+ TransformerPath ,
64+ )
5665from .masked_autoencoder_vit import MaskedAutoEncoderViT
5766from .mednext import (
5867 MedNeXt ,
7382 MedNeXtSmall ,
7483 MedNextSmall ,
7584)
76- from .magnus import (
77- MAGNUS ,
78- CNNPath ,
79- CrossModalAttentionFusion ,
80- DecoderBlock ,
81- MagnusSEBlock ,
82- ScaleAdaptiveConv ,
83- TransformerPath ,
84- )
8585from .milmodel import MILModel
8686from .netadapter import NetAdapter
8787from .patchgan_discriminator import MultiScalePatchDiscriminator , PatchDiscriminator
You can’t perform that action at this time.
0 commit comments