UNET-TGS
UNET-TGS copied to clipboard
Small fix in `conv2d_block`
Hi,
shouldn't the input of the second Conv2D layer in conv2d_block() be the output of the first Conv2D layer instead of being input_tensor
again?
Thanks for the great blog entry and code! a2