mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
* fix dangling gradients make sure only the gradients of the current optimizer's paramaters are calculated in the training step. * add note about multiple optimizer gradient update * Update training_loop.py