How to profile the processes of backward, optimizer.step, all_reduce? #7903
Unanswered
marsggbo
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
@marsggbo Is the profiler not already giving you this information? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can easily count the time of a forward, but how can we count the time of processes of
loss.backward
andoptimizer.step
?Beta Was this translation helpful? Give feedback.
All reactions