jcreinhold / synthtorch

deep neural network-based image translation/synthesis
Other
27 stars 7 forks source link

Fix deconv option #2

Closed jcreinhold closed 5 years ago

jcreinhold commented 5 years ago

deconv option (using transpose conv instead of upsample block) causes image size mismatch on output.

jcreinhold commented 5 years ago

Removed option since results are good with current setup and this article provides enough motivation to not bother implementing this option.