Add CoreML iOS updates (#121)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
parent
fec13ec773
commit
c9f3e469cb
13 changed files with 215 additions and 91 deletions
|
|
@ -73,6 +73,7 @@ dynamic: False # ONNX/TF/TensorRT: dynamic axes
|
|||
simplify: False # ONNX: simplify model
|
||||
opset: 17 # ONNX: opset version
|
||||
workspace: 4 # TensorRT: workspace size (GB)
|
||||
nms: False # CoreML: add NMS
|
||||
|
||||
# Hyperparameters ------------------------------------------------------------------------------------------------------
|
||||
lr0: 0.01 # initial learning rate (SGD=1E-2, Adam=1E-3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue