(*args, **kwargs)
| 951 | trainer.save_checkpoint(ckpt_path) |
| 952 | |
| 953 | def divein(*args, **kwargs): |
| 954 | if trainer.global_rank == 0: |
| 955 | import pudb |
| 956 | pudb.set_trace() |
| 957 | |
| 958 | import signal |
| 959 |
nothing calls this directly
no outgoing calls
no test coverage detected