sg-nm / Evolutionary-Autoencoders

Exploiting the Potential of Standard Convolutional Autoencoders for Image Restoration by Evolutionary Search (ICML 2018)
MIT License
72 stars 21 forks source link

where is the downsample? #3

Open duoduoda opened 4 years ago

duoduoda commented 4 years ago

In your paper, you gave a structure diagram of the network structure(CS(128, 3) − C(64, 3) − CS(128, 5) − C(128, 1) − CS(256, 5) − C(256, 1) − CS(64, 5)). Is there downsampling on each operation?