提交 d0f98c00 authored 作者: Glenn Jocher's avatar Glenn Jocher

Update yolo.py with model_info(verbose=False)

上级 b9851222
...@@ -168,8 +168,8 @@ class Model(nn.Module): ...@@ -168,8 +168,8 @@ class Model(nn.Module):
self.info() self.info()
return self return self
def info(self): # print model information def info(self, verbose=False): # print model information
model_info(self) model_info(self, verbose)
def parse_model(d, ch): # model_dict, input_channels(3) def parse_model(d, ch): # model_dict, input_channels(3)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论