krisrs1128 / clouds_dist

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

Unet throughs error for cropped input 216 #46

Closed mustafaghali closed 4 years ago

mustafaghali commented 5 years ago

the concise unet implementation throughs error when trying to concatenate the upsample output with down features for cropped input from 256 to 216. it works though if I changed the number of blocks to 3

krisrs1128 commented 4 years ago

216 with 3 blocks -- works 216 with 5 blocks -- fails

vict0rsch commented 4 years ago

rescale 216 to 256

mustafaghali commented 4 years ago

convert it to zoom

mustafaghali commented 4 years ago

resolved by the zoom transform