1 min readOct 14, 2019
It looks to me like Conv2DTranspose in the decoder replaces using Conv2D and UpSampling. Is that right? Are there advantages doing it one way or the other?
It looks to me like Conv2DTranspose in the decoder replaces using Conv2D and UpSampling. Is that right? Are there advantages doing it one way or the other?