ultralytics 8.0.41 TF SavedModel and EdgeTPU export (#1034)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Noobtoss <96134731+Noobtoss@users.noreply.github.com> Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com>
This commit is contained in:
parent
4b866c9718
commit
f6e393c1d2
64 changed files with 604 additions and 351 deletions
|
|
@ -30,7 +30,7 @@ def test_train_seg():
|
|||
|
||||
|
||||
def test_train_cls():
|
||||
run(f'yolo train classify model={CFG}-cls.yaml data=mnist160 imgsz=32 epochs=1')
|
||||
run(f'yolo train classify model={CFG}-cls.yaml data=imagenet10 imgsz=32 epochs=1')
|
||||
|
||||
|
||||
# Val checks -----------------------------------------------------------------------------------------------------------
|
||||
|
|
@ -43,7 +43,7 @@ def test_val_segment():
|
|||
|
||||
|
||||
def test_val_classify():
|
||||
run(f'yolo val classify model={MODEL}-cls.pt data=mnist160 imgsz=32')
|
||||
run(f'yolo val classify model={MODEL}-cls.pt data=imagenet10 imgsz=32')
|
||||
|
||||
|
||||
# Predict checks -------------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue