8.0.15 CLI float bug fix (#567)

This commit is contained in:
Glenn Jocher 2023-01-22 17:48:31 +01:00 committed by GitHub
parent 21b701c4ea
commit 3c4de102f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 8 deletions

View file

@ -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)