MCPcopy Create free account
hub / github.com/VCIP-RGBD/DFormer / link_tb

Method link_tb

utils/engine/engine.py:131–134  ·  view source on GitHub ↗
(self, source, target)

Source from the content-addressed store, hash-verified

129 )
130
131 def link_tb(self, source, target):
132 ensure_dir(source)
133 ensure_dir(target)
134 link_file(source, target)
135
136 def save_and_link_checkpoint(self, checkpoint_dir, log_dir, log_dir_link, infor="", metric=None):
137 assert metric is not None

Callers 3

eval.pyFile · 0.80
train.pyFile · 0.80
infer.pyFile · 0.80

Calls 2

ensure_dirFunction · 0.90
link_fileFunction · 0.90

Tested by

no test coverage detected