lightning/pytorch_lightning/core
thomas chaton f920ba29f2
[bugfix] Metric not logged properly in manual optimization (#7228)
* resolve bug

* update changelog

* typo

* Update tests/trainer/optimization/test_manual_optimization.py

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>

* Apply suggestions from code review

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
2021-04-27 09:16:51 -04:00
..
__init__.py Deprecate `@auto_move_data` in favor of `trainer.predict` (#6993) 2021-04-19 14:53:21 +01:00
datamodule.py [feat] Add better support for predict + ddp 2/3 (#7215) 2021-04-27 08:46:45 -04:00
decorators.py Deprecate `@auto_move_data` in favor of `trainer.predict` (#6993) 2021-04-19 14:53:21 +01:00
grads.py
hooks.py Add `on_predict_{batch,epoch}_{start,end}` and `Callback.on_predict_{start,end}` (#7141) 2021-04-22 10:05:28 -04:00
lightning.py [bugfix] Metric not logged properly in manual optimization (#7228) 2021-04-27 09:16:51 -04:00
memory.py Handle torch.jit scripted modules in layer summary (#6511) 2021-03-15 03:17:42 +01:00
optimizer.py
saving.py Fix csv extension check (#6436) 2021-04-08 01:16:31 +00:00
step_result.py [bugfix] Remove warning for distributed values (#7132) 2021-04-22 02:14:46 +02:00