keras-unet-collection icon indicating copy to clipboard operation
keras-unet-collection copied to clipboard

Unet3+ filter_num_aggregate

Open Tombery1 opened this issue 2 years ago • 0 comments

Hi, I want to test Unet3+ with the same configuration in the original paper. Is this right?

base.unet_3plus_2d_base(input_img,filter_num_down=[64, 128, 256, 512,1024],filter_num_skip=[64,64,64,64],filter_num_aggregate=16,weights=None)

And I want to know what filter_num_aggregate is and the value I should assign to it?

Tombery1 avatar Jun 05 '22 23:06 Tombery1