(*args, **kwargs)
| 984 | trainer.save_checkpoint(ckpt_path) |
| 985 | |
| 986 | def divein(*args, **kwargs): |
| 987 | if trainer.global_rank == 0: |
| 988 | import pudb |
| 989 | pudb.set_trace() |
| 990 | |
| 991 | import signal |
| 992 |
nothing calls this directly
no outgoing calls
no test coverage detected