lightning/docs
Lucas Steinmann ae3bf919c6
Fixed example implementation of AutoEncoder. (#3190)
The previous implementation trained a auto encoder and evaluated
classificator.
I try to fix this by replacing the evaluation metric with an auto
encoder metric.
Hence, no classification is done.
I'm not 100% sure what the original authors intent was, since he
extends a classification model (LitMNIST) but does not use it.
The following model is an AutoEncoder and does not do any
classification.

 1. Small textual changes.
 2. forward() now implements encoding and not decoding (as it was described
 in the text.)
 3. _shared_eval uses MSE loss instead of class loss, since no
 classification weights are learned.
 4. initialized MSE in __init__, since calling MSE directly is not
 supported.
2020-08-26 07:33:04 -04:00
..
source Fixed example implementation of AutoEncoder. (#3190) 2020-08-26 07:33:04 -04:00
.build_docs.sh Loader docs (#1416) 2020-04-08 11:38:12 -04:00
Makefile Sphinx generated documentation (#521) 2019-11-28 12:48:55 -05:00
make.bat Sphinx generated documentation (#521) 2019-11-28 12:48:55 -05:00