File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- # https://pytorch- lightning.readthedocs.io/en/latest/ api/lightning.callbacks.EarlyStopping.html
1+ # https://lightning.ai/docs/pytorch/stable/ api/lightning.pytorch .callbacks.EarlyStopping.html
22
3- # Monitor a metric and stop training when it stops improving.
4- # Look at the above link for more detailed information.
53early_stopping :
64 _target_ : lightning.pytorch.callbacks.EarlyStopping
75 monitor : ??? # quantity to be monitored, must be specified !!!
Original file line number Diff line number Diff line change 1- # https://pytorch- lightning.readthedocs.io/en/latest/ api/lightning.callbacks.ModelCheckpoint.html
1+ # https://lightning.ai/docs/pytorch/stable/ api/lightning.pytorch .callbacks.ModelCheckpoint.html
22
3- # Save the model periodically by monitoring a quantity.
4- # Look at the above link for more detailed information.
53model_checkpoint :
64 _target_ : lightning.pytorch.callbacks.ModelCheckpoint
75 dirpath : null # directory to save the model file
Original file line number Diff line number Diff line change 1- # https://pytorch- lightning.readthedocs.io/en/latest/ api/lightning.callbacks.RichModelSummary.html
1+ # https://lightning.ai/docs/pytorch/stable/ api/lightning.pytorch .callbacks.RichModelSummary.html
22
3- # Generates a summary of all layers in a LightningModule with rich text formatting.
4- # Look at the above link for more detailed information.
53model_summary :
64 _target_ : lightning.pytorch.callbacks.RichModelSummary
75 max_depth : 1 # the maximum depth of layer nesting that the summary will include
Original file line number Diff line number Diff line change 1- # https://pytorch- lightning.readthedocs.io/en/ latest/api/lightning.callbacks.RichProgressBar.html
1+ # https://lightning.ai/docs/pytorch/ latest/api/lightning.pytorch .callbacks.RichProgressBar.html
22
3- # Create a progress bar with rich text formatting.
4- # Look at the above link for more detailed information.
53rich_progress_bar :
64 _target_ : lightning.pytorch.callbacks.RichProgressBar
You can’t perform that action at this time.
0 commit comments