tf_autoencoder icon indicating copy to clipboard operation
tf_autoencoder copied to clipboard

Denoising autoencoder implementation as TensorFlow estimator

Results 2 tf_autoencoder issues
Sort by recently updated
recently updated
newest added

Hi~ I have noticed that you use the sigmoid cross entropy loss function to learning the autoencoder. But if my data is a RGB image, It is impossible to use...

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...