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
|
|
@ -74,8 +74,14 @@ def test_segment():
|
|||
|
||||
|
||||
def test_classify():
|
||||
overrides = {'data': 'mnist160', 'model': 'yolov8n-cls.yaml', 'imgsz': 32, 'epochs': 1, 'batch': 64, 'save': False}
|
||||
CFG.data = 'mnist160'
|
||||
overrides = {
|
||||
'data': 'imagenet10',
|
||||
'model': 'yolov8n-cls.yaml',
|
||||
'imgsz': 32,
|
||||
'epochs': 1,
|
||||
'batch': 64,
|
||||
'save': False}
|
||||
CFG.data = 'imagenet10'
|
||||
CFG.imgsz = 32
|
||||
CFG.batch = 64
|
||||
# YOLO(CFG_SEG).train(**overrides) # works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue