ZZUTK / Face-Aging-CAAE

Age Progression/Regression by Conditional Adversarial Autoencoder
636 stars 233 forks source link

Simple stupid question. #29

Open LifeBeyondExpectations opened 6 years ago

LifeBeyondExpectations commented 6 years ago

Where is the pooling layer?? I cannot find max pooling layer or unpooling layer.

praveenkumarchandaliya commented 6 years ago

In CAAE mode they were the user Convolution With Stride (2). filter size is 2, stride =2 ,image size=128, padding=0. then output you get 64. Convolution With Stride means you can move your filter with 2 in a row and 2 in a column