MCPcopy Create free account
hub / github.com/adobe-research/custom-diffusion / divein

Function divein

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected