tf_autoencoder
tf_autoencoder copied to clipboard
why convolution decoder no repeat operation?
Thanks for your sharing this! I read your code and blog and found that when encoder, convolutions before maxpooling will repeat, but in decoder you just do convolution once on a spatial size. I wonder if there are some reference for do this operation?