Skip to content

Commit

Permalink
Fix default value in documentation (#2452)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSellner authored Jul 9, 2020
1 parent f16b4cf commit e1bc208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def forward(self, x):
Example::
# default used by the Trainer
trainer = Trainer(amp_level='O1')
trainer = Trainer(amp_level='O2')
auto_scale_batch_size
^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit e1bc208

Please sign in to comment.