dear author, the unet model you implemented seems different with that in the original paper. The initial features is 64 which is so big. meanwhile, the original unet should be input channel to 32 then to 64 in the first layer. while you just skip the middle and to the 64 at first, then you use a 3x3 conv without change channel, I think there is some difference with others original model
dear author, the unet model you implemented seems different with that in the original paper. The initial features is 64 which is so big. meanwhile, the original unet should be input channel to 32 then to 64 in the first layer. while you just skip the middle and to the 64 at first, then you use a 3x3 conv without change channel, I think there is some difference with others original model