Hello community,
I think I’ve spotted a small problem with the decoder_block function’s docstring.
If you check the docstring out, it lists the following arguments:
- inputs - OK
- conv_output - OK
- n_filters - OK
- kernel_size - OK
- strides - OK
- padding - not used anywhere in the code nor declared as an argument in the function’s signature
Additionally, the function’s signature declares a dropout argument that is not included in the docstring.
It is just a small error, but I figured I would mention it so that it can be addressed.
Thank you!
