8.0.15 CLI float bug fix (#567)
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user