Kaynağa Gözat

Check CoreML models.train() mode (#3262)

* Check CoreML models.train() mode

* Update export.py
modifyDataloader
Glenn Jocher GitHub 3 yıl önce
ebeveyn
işleme
7b36e38cf8
Veri tabanında bu imza için bilinen anahtar bulunamadı GPC Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      models/export.py

+ 1
- 0
models/export.py Dosyayı Görüntüle

@@ -131,6 +131,7 @@ if __name__ == '__main__':
import coremltools as ct

print(f'{prefix} starting export with coremltools {ct.__version__}...')
assert opt.train, 'CoreML exports should be placed in model.train() mode with `python export.py --train`'
model = ct.convert(ts, inputs=[ct.ImageType('image', shape=img.shape, scale=1 / 255.0, bias=[0, 0, 0])])
f = opt.weights.replace('.pt', '.mlmodel') # filename
model.save(f)

Yükleniyor…
İptal
Kaydet