Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 438 Bytes
416833a |
1 2 3 4 5 6 7 8 |
# https://pytorch-lightning.readthedocs.io/en/latest/api/pytorch_lightning.callbacks.RichModelSummary.html
# Generates a summary of all layers in a LightningModule with rich text formatting.
# Look at the above link for more detailed information.
model_summary:
_target_: lightning.pytorch.callbacks.RichModelSummary
max_depth: 2 # The maximum depth of layer nesting that the summary will include. `-1` for all modules `0` for none.
|