MCPcopy Create free account

hub / github.com/HXY-99/brats / types & classes

Types & classes26 in github.com/HXY-99/brats

↓ 9 callersClassESAM
model/edge.py:65
↓ 4 callersClassDownsample_block
model/edge.py:49
↓ 4 callersClassUpsample_block
model/swintransformer.py:635
↓ 4 callersClassUpsample_block
model/model.py:7
↓ 4 callersClassfusion
model/fusion.py:22
↓ 2 callersClassShiftedPatchTokenization
model/ShiftedPatch.py:8
↓ 2 callersClassSwinTransformer
r""" Swin Transformer A PyTorch impl of : `Swin Transformer: Hierarchical Vision Transformer using Shifted Windows` - https://arx
model/swintransformer.py:497
↓ 1 callersClassBCEDiceLoss
model/criterions.py:142
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input
model/swintransformer.py:355
↓ 1 callersClassBilateralGCN
model/graph.py:21
↓ 1 callersClassBraTS
dataset.py:10
↓ 1 callersClassDownsample_block
model/fusion.py:4
↓ 1 callersClassDropPath
Obtained from: github.com:rwightman/pytorch-image-models Drop paths (Stochastic Depth) per sample (when applied in main path of residual b
model/drop.py:24
↓ 1 callersClassEdgenet
model/edge.py:85
↓ 1 callersClassGCN
model/graph.py:7
↓ 1 callersClassMlp
model/swintransformer.py:19
↓ 1 callersClassPatchEmbed
r""" Image to Patch Embedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
model/swintransformer.py:454
↓ 1 callersClassPatchMerging
Patch Merging Layer Args: dim (int): Number of input channels. norm_layer (nn.Module, optional): Normalization layer. Default
model/swintransformer.py:305
↓ 1 callersClassPatchShifting
model/ShiftedPatch.py:57
↓ 1 callersClassSwinTransformerBlock
r""" Swin Transformer Block. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input resulotion.
model/swintransformer.py:172
↓ 1 callersClassTestModule
model/graph.py:35
↓ 1 callersClassWindowAttention
r""" Window based multi-head self attention (W-MSA) module with relative position bias. It supports both of shifted and non-shifted window.
model/swintransformer.py:68
↓ 1 callersClasstransformer_model
model/swintransformer.py:650
ClassAverageMeter
config.py:24
ClassBCEDiceLoss
loss.py:6
Classwhole_model
model/model.py:22