krisrs1128 / clouds_dist

Simulation of low-clouds, from weather measures.
4 stars 1 forks source link

Same form of resize convolution #138

Closed krisrs1128 closed 4 years ago

krisrs1128 commented 4 years ago

To address #124, the suggestion is to use resized convolution (upscale -> convolve) instead of transposed convolution.

It turns out that we're already using resized convolution. To make everything consistent with SsnL's recommendation, I've just changed padding to reflection padding (shouldn't make a big difference).