Searched defs:load_checkpoint (Results 1 – 2 of 2) sorted by relevance
25 def load_checkpoint(cfg: Any) -> Dict[str, Any]: # pyre-ignore[2] function
47 def load_checkpoint(ckpt_dir_or_file): function