We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a1180 commit bd4101fCopy full SHA for bd4101f
README.md
@@ -64,6 +64,8 @@ If ch_out > 1, output mask activation becomes softmax. For instance, a model wit
64
65
UNet5() has internally five encoder/decoder stages, each of them delivering features with respectivelly $[64, 128, 256, 512, 1024]$ channels.
66
67
+UNet4() has four encoder/decoder stages and $[64, 128, 256, 512]$ channels.
68
+
69
Argument $alpha$ modulates the number of internal channels proportionally. For instance, $alpha == 2$ delivers $[32, 64, 128, 256, 512]$ channels.
70
71
Argument $verbose == false$ delivers output mask with same frame size as input images.
0 commit comments