krisrs1128 / clouds_dist

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

UNet Initialization #15

Closed krisrs1128 closed 5 years ago

krisrs1128 commented 5 years ago

This makes the short implementation of unet more consistent with the version in cloud_unet. The only difference I kept was that I didn't want to have an n_channels argument, because I think it's more canonical to have the number of channels change at different layers of the net. You can recover the old behavior by setting the filter factors to be constant across the blocks.