hlamba28 / UNET-TGS

Applying UNET Model on TGS Salt Identification Challenge hosted on Kaggle
https://towardsdatascience.com/understanding-semantic-segmentation-with-unet-6be4f42d4b47
MIT License
142 stars 86 forks source link

fix 2nd conv layer input #3

Open KSafran opened 5 years ago

KSafran commented 5 years ago

resolves issue #1 by setting the output from the first conv layer as the input to the second conv layer in your conv2d_block function

djones commented 5 years ago

Nice catch!