MCPcopy Create free account

hub / github.com/cewang-sysu/DuDoTrans / types & classes

Types & classes23 in github.com/cewang-sysu/DuDoTrans

↓ 4 callersClassdouble_conv
(conv => BN => ReLU) * 2
modules/Unet_parts.py:8
↓ 4 callersClassdown
modules/Unet_parts.py:36
↓ 4 callersClassup
modules/Unet_parts.py:49
↓ 3 callersClassCTSlice_Provider
loaders/load_dataset.py:14
↓ 3 callersClassSwinIR
r""" SwinIR A PyTorch impl of : `SwinIR: Image Restoration Using Swin Transformer`, based on Swin Transformer. Args: img_size (in
network_swinir.py:618
↓ 3 callersClassreconstructor_loss
modules/reconstructor.py:40
↓ 2 callersClassPatchEmbed
r""" Image to Patch Embedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
network_swinir.py:495
↓ 2 callersClassPatchUnEmbed
r""" Image to Patch Unembedding Args: img_size (int): Image size. Default: 224. patch_size (int): Patch token size. Default: 4.
network_swinir.py:538
↓ 2 callersClassreconstructor
modules/reconstructor.py:8
↓ 1 callersClassBasicLayer
A basic Swin Transformer layer for one stage. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input re
network_swinir.py:349
↓ 1 callersClassMlp
network_swinir.py:14
↓ 1 callersClassRSTB
Residual Swin Transformer Block (RSTB). Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input resolutio
network_swinir.py:419
↓ 1 callersClassSwinTransformerBlock
r""" Swin Transformer Block. Args: dim (int): Number of input channels. input_resolution (tuple[int]): Input resulotion.
network_swinir.py:164
↓ 1 callersClassTrainer
main.py:17
↓ 1 callersClassUpsample
Upsample module. Args: scale (int): Scale factor. Supported scales: 2^n and 3. num_feat (int): Channel number of intermediate fea
network_swinir.py:572
↓ 1 callersClassUpsampleOneStep
UpsampleOneStep module (the difference with Upsample is that it always only has 1conv + 1pixelshuffle) Used in lightweight SR to save parameter
network_swinir.py:594
↓ 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. A
network_swinir.py:65
↓ 1 callersClassinconv
modules/Unet_parts.py:26
↓ 1 callersClassoutconv
modules/Unet_parts.py:116
ClassConvReLu
modules/Unet_parts.py:125
ClassPatchMerging
r""" Patch Merging Layer. Args: input_resolution (tuple[int]): Resolution of input feature. dim (int): Number of input channels.
network_swinir.py:300
ClassUNet_Slim_Fat
modules/unet_model.py:9
Classup_hm
modules/Unet_parts.py:81