Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/source-pytorch/common/hooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ with the source of each hook indicated:
│ ├── [LightningModule]
│ └── [Strategy]
├── on_fit_end()
│ ├── [Callbacks]
│ ├── [LightningModule]
│ └── [Strategy]
└── teardown(stage="fit")
└── [Callbacks only]
├── [Strategy]
├── on_fit_end()
│ ├── [Callbacks]
│ └── [LightningModule]
├── [Callbacks]
└── [LightningModule]

***********************
Testing Loop Hook Order
Expand Down