Replies: 3 comments 3 replies
-
@Nelson-Gon you don't get notifications here or just didn't have time to reply? |
Beta Was this translation helpful? Give feedback.
-
Hi, sorry for the delay in response, I intended to reply by the end of today. I do get notifications (mostly via email because I check my email a lot). I think the idea makes sense and would probably make for some good experiments regarding the effectiveness of single and double layered convolutions. A quick search only reveals this paper that seems to explore this issue. |
Beta Was this translation helpful? Give feedback.
-
You said the results of the single convolution each stage are not pretty. I wonder why you did merge anyway. |
Beta Was this translation helpful? Give feedback.
-
What do you think about this:
The 'unet' function will use a parameter named 'double_layered' of type bool and default of False.
True: means we apply double layered convolution each stage
False: means we apply single layered convolution each stage
I know this is different from the implementation of 'unet_simple', its just an idea I had and I wondered if removing 1 layer of convolution each stage simplifies it enough for you.
Beta Was this translation helpful? Give feedback.
All reactions