Description Usage Arguments Value
Creates a U-Net architecture.
1 2 3 4 5 6 7 8 9 10 11 |
net_h |
Input layer height. Must be equal to '2^x, x - natural'.. |
net_w |
Input layer width. Must be equal to '2^x, x - natural'. |
grayscale |
Defines input layer color channels - '1' if 'TRUE', '3' if 'FALSE'. |
blocks |
Number of blocks in the model. |
n_class |
Number of classes. Minimum is '2' (background + other object). |
filters |
Integer, the dimensionality of the output space (i.e. the number of output filters in the convolution). |
dropout |
Dropout rate. |
batch_normalization |
Should batch normalization be used in the block. |
kernel_initializer |
Initializer for the kernel weights matrix. |
U-Net model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.