yingkaisha/keras-unet-collection

Unet3+ filter_num_aggregate

Tombery1 opened this issue · 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?