You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why you are using UpSampling2D vs Conv2DTranspose for a semantic segmentation task.
In keras, UpSampling2D is a simple resizing while Conv2DTranspose is the layer known as "deconvolutional" layer.
was there a reason for that?
Best regards
The text was updated successfully, but these errors were encountered:
I was wondering why you are using UpSampling2D vs Conv2DTranspose for a semantic segmentation task.
In keras, UpSampling2D is a simple resizing while Conv2DTranspose is the layer known as "deconvolutional" layer.
was there a reason for that?
Best regards
The text was updated successfully, but these errors were encountered: