turicreate.sound_classifier.SoundClassifier.export_coreml

SoundClassifier.export_coreml(filename)

Save the model in Core ML format.

See also

save

Examples

>>> model.export_coreml('./myModel.mlmodel')