Unverified 提交 63a1971e authored 作者: Ayush Chaurasia's avatar Ayush Chaurasia 提交者: GitHub

Improve docstrings and run names (#4174)

上级 0ad6301c
...@@ -57,7 +57,7 @@ class Loggers(): ...@@ -57,7 +57,7 @@ class Loggers():
assert 'wandb' in self.include and wandb assert 'wandb' in self.include and wandb
run_id = torch.load(self.weights).get('wandb_id') if self.opt.resume else None run_id = torch.load(self.weights).get('wandb_id') if self.opt.resume else None
self.opt.hyp = self.hyp # add hyperparameters self.opt.hyp = self.hyp # add hyperparameters
self.wandb = WandbLogger(self.opt, s.stem, run_id, self.data_dict) self.wandb = WandbLogger(self.opt, run_id, self.data_dict)
except: except:
self.wandb = None self.wandb = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论