Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base Swin Unet and Trans UNET #55

Open
Tombery1 opened this issue Jun 6, 2022 · 0 comments
Open

Base Swin Unet and Trans UNET #55

Tombery1 opened this issue Jun 6, 2022 · 0 comments

Comments

@Tombery1
Copy link

Tombery1 commented Jun 6, 2022

Hi,
Please, I want the closest configuration to the original paper
Swin Unet

outputs = base.swin_unet_2d_base(input_img, filter_num_begin=64, depth=4, stack_num_down=2, stack_num_up=2, 
            patch_size=(2, 2), num_heads=[4, 8, 8, 8], window_size=[4, 2, 2, 2], num_mlp=512, name='swin_unet')

Trans UNET

outputs = base.transunet_2d_base(input_img, filter_num=[16, 64, 128,256, 512], name='transunet')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant