8.0.15 CLI float bug fix (#567)
This commit is contained in:
parent
21b701c4ea
commit
3c4de102f6
4 changed files with 7 additions and 8 deletions
|
|
@ -172,7 +172,6 @@ class YOLO:
|
|||
args = get_cfg(cfg=DEFAULT_CFG, overrides=overrides)
|
||||
args.task = self.task
|
||||
|
||||
print(args)
|
||||
exporter = Exporter(overrides=args)
|
||||
exporter(model=self.model)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue