added module properties docs

This commit is contained in:
William Falcon
2019-06-28 18:42:53 -04:00
parent e00d097c12
commit 0bdb8533c6
3 changed files with 28 additions and 4 deletions
@@ -24,7 +24,6 @@ class LightningModule(GradInformation, ModelIO, OptimizerConfig, ModelHooks):
self.fast_dev_run = hparams.fast_dev_run
self.overfit = hparams.overfit
self.gradient_clip = hparams.gradient_clip
self.num = 2
self.trainer = None
self.from_lightning = True