Commit Graph

5 Commits

Author SHA1 Message Date
Francois Chollet
10bfb1c565 Integration tests passing. 2017-02-14 16:08:30 -08:00
Francois Chollet
5adce5266f Convert "dim_ordering" to "data_format". 2017-01-13 15:39:04 -08:00
Junwei Pan
5d575a3eff Style Fix (#4912) 2017-01-05 00:16:06 +01:00
Francois Chollet
bd404b1c88 Add TF exception to SWWAE example 2016-12-13 13:01:58 -08:00
antonmbk
685ce7573d Added stacked what where autoencoder. (#3616)
* Added stacked what where autoencoder.

SWWAE uses residual blocks. Trains fast. Creates very good reconstructions.

* Added newline at end for PEP8

* Went through PEP8 errors and corrected all (except for the imports which following the numpy seed, but this should be ok).  Also, for the pool_size of 2, we halved the number of features maps and the number of epochs, and it still trains a net that can very nicely reconstruct the input.

* Added spaces arround - and + when they are used as binary operators (more PEP8).

* In decoder, the index of the features and pool size and wheres are all equal to nlayers-1-i, so set ind variable to this value and passed it to them.

* With ind variable in decoder, don't need two lines for the upsampling layer.

* Added title to plot, got rid of ticks on plot.

* PEP8 for * binary operator. Corrected some grammar issues in the docstring.
2016-09-07 11:05:41 -07:00