Closed weiji14 closed 11 months ago
python trainer.py fit --trainer.max_epochs=20
python trainer.py fit --trainer.callbacks.help=ModelCheckpoint
References:
Gonna merge this in directly since it's a relatively small change, but useful in terms of showing how callbacks and plugins can be added to the LightningCLI in trainer.py.
What I am changing
How I did it
How you can test it
python trainer.py fit --trainer.max_epochs=20
locallypython trainer.py fit --trainer.callbacks.help=ModelCheckpoint
Related Issues
References: