lightning/docs/source
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
..
_images 0.9.0 readme (#3075) 2020-08-20 11:45:28 -04:00
_static hide doctest decoration (#2194) 2020-06-15 17:02:21 -04:00
_templates update header links in docs (#1184) 2020-03-24 14:52:38 -04:00
apex.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
bolts.rst enabled no returns from eval (#2446) 2020-07-01 07:38:00 -04:00
callbacks.rst task docs harness (#2996) 2020-08-15 23:57:33 -04:00
child_modules.rst Fixed example implementation of AutoEncoder. (#3190) 2020-08-26 07:33:04 -04:00
conf.py [docs] Add copy and toggle buttons to sphinx (#3054) 2020-08-19 18:59:45 -04:00
datamodules.rst Add transfer_batch_to_device hook to DataModule (#3038) 2020-08-20 08:47:11 -04:00
debugging.rst Fixes #2942 (#2969) 2020-08-13 21:54:57 -04:00
early_stopping.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
experiment_logging.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
experiment_reporting.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
fast_training.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
governance.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
hooks.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
hyperparameters.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
index.rst 0.9.0 readme (#3075) 2020-08-20 11:45:28 -04:00
introduction_guide.rst Change structure of walkthrough (#2949) 2020-08-20 08:50:24 -04:00
lightning-module.rst Fix typo in Quick Start/Step-by-step walk-through (#3007) 2020-08-18 21:51:38 +00:00
loggers.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
lr_finder.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
metrics.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
multi_gpu.rst ddp fix for trainer.test() + add basic ddp tests (#2997) 2020-08-16 11:19:57 -04:00
multiple_loaders.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
new-project.rst fix(docs): test_dataloader use transformed dataset (#3090) 2020-08-22 11:40:42 +02:00
optimizers.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
performance.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
production_inference.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
profiler.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
results.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
sequences.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
single_gpu.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
slurm.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
test_set.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
tpu.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
trainer.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
training_tricks.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
transfer_learning.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00
weights_loading.rst Add labels to sphinx docs (#2964) 2020-08-13 18:56:51 -04:00