ultralytics 8.2.87 Ray shutdown() workers after tuning (#15976)
This commit is contained in:
parent
b2ab667f00
commit
3fc14b5fec
3 changed files with 9 additions and 4 deletions
|
|
@ -202,7 +202,7 @@ def test_workflow():
|
|||
model.train(data="coco8.yaml", epochs=1, imgsz=32, optimizer="SGD")
|
||||
model.val(imgsz=32)
|
||||
model.predict(SOURCE, imgsz=32)
|
||||
model.export(format="onnx")
|
||||
model.export(format="torchscript")
|
||||
|
||||
|
||||
def test_predict_callback_and_setup():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue