Default simplify=True (#16435)
This commit is contained in:
parent
23e79e4e1f
commit
8b8c25f216
3 changed files with 2 additions and 3 deletions
|
|
@ -365,7 +365,6 @@ class ProfileModels:
|
|||
onnx_file = model.export(
|
||||
format="onnx",
|
||||
imgsz=self.imgsz,
|
||||
simplify=True,
|
||||
device=self.device,
|
||||
verbose=False,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue