libokj commited on
Commit
0f6f3ab
·
1 Parent(s): 652b418

Delete configs/callbacks/model_summary.yaml with huggingface_hub

Browse files
configs/callbacks/model_summary.yaml DELETED
@@ -1,7 +0,0 @@
1
- # https://pytorch-lightning.readthedocs.io/en/latest/api/pytorch_lightning.callbacks.RichModelSummary.html
2
-
3
- # Generates a summary of all layers in a LightningModule with rich text formatting.
4
- # Look at the above link for more detailed information.
5
- model_summary:
6
- _target_: lightning.pytorch.callbacks.RichModelSummary
7
- max_depth: 2 # The maximum depth of layer nesting that the summary will include. `-1` for all modules `0` for none.