Skip to content

Commit acd1423

Browse files
committed
shadown new ultralytics model vars
1 parent 96ce2a0 commit acd1423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def deploy(self, model_type: str, model_path: str) -> None:
323323
"yaml": model["model"].yaml,
324324
"nc": model["model"].nc,
325325
"args": {
326-
k: val for k, val in model["model"].args.items() if k != "hydra"
326+
k: val for k, val in model["model"].args.__dict__.items() if k != "hydra"
327327
},
328328
"ultralytics_version": ultralytics.__version__,
329329
"model_type": model_type,

0 commit comments

Comments
 (0)