Commit e6263425 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add reference to specific issue

parent 950b02f0
......@@ -117,7 +117,7 @@ class OpenFoldWrapper(pl.LightningModule):
self.ema.update(self.model)
# def training_step_end(self, outputs):
# # Temporary measure to address DeepSpeed scheduler bug
# # Temporary measure to address DeepSpeed scheduler bug (PL issue 11694)
# if(self.trainer.global_step != self.last_lr_step):
# self.lr_schedulers().step()
# self.last_lr_step = self.trainer.global_step
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment