tensorflow_tutorials icon indicating copy to clipboard operation
tensorflow_tutorials copied to clipboard

#09 Convolutional Autoencoder Default 1 Filter?

Open dvisztempacct opened this issue 6 years ago • 0 comments

Hi, thanks for sharing these,

I noticed in the convolutional autoencoder that the default number of filters for the first layer is 1:

https://github.com/pkmital/tensorflow_tutorials/blob/master/python/09_convolutional_autoencoder.py#L14

Why is that? Wouldn't that mean we aren't interested in identifying features in the first layer and just letting the model find a suitable "brush" that works everywhere in that layer?

Thanks again!

dvisztempacct avatar Oct 25 '18 06:10 dvisztempacct