mett29 / DL-Competition

Repo for the 'Artificial Neural Networks and Deep Learning' competition - 2019/2020
0 stars 0 forks source link

Dropout and Conv2DTranspose #16

Open mett29 opened 4 years ago

mett29 commented 4 years ago

Try to add dropout layers also in the upsampling part of the model, since now we have Conv2DTranspose instead of Upsampling2D.