We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Please, I want the closest configuration to the original paper
Swin Unet
Trans UNET
outputs = base.transunet_2d_base(input_img, filter_num=[16, 64, 128,256, 512], name='transunet')
The text was updated successfully, but these errors were encountered: