MCPcopy Create free account
hub / github.com/Monalissaa/DisenDiff / divein

Function divein

train.py:986–989  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected