Logo
Explore Help
Sign In
IntenseWebs/openvino
3
0
Fork 0
You've already forked openvino
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
de2a163363eb885dbfe7367d4c6349204d1641de
openvino/model-optimizer/mo_kaldi.py

10 lines
225 B
Python
Raw Normal View History

Publishing R3
2018-10-16 13:45:03 +03:00
#!/usr/bin/env python3
Align copyright notice in python scripts (CVS-51320) (#4974) * Align copyright notice in python scripts (CVS-51320)
2021-03-26 17:54:28 +03:00
# Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
Publishing R3
2018-10-16 13:45:03 +03:00
if __name__ == "__main__":
Add Model Optimizer --transform option (#5504) * Execute MO stages inside subprocess to have single IE check * Add --transform key * Updated ofline transformations to execute user specified passes; updated logic to raise when --transform is used * Parametrize LowLatency transformation with num_iterations key * Fixed MO and IE versions comparision * Use subprocess for offline transformations execution to catch errors * remove ie_is_available from IR; fixed typo * Fix for old IE versions * Update parse_transform key unit tests * Show available transformations * Fixed typo * Fix review comments * Fix python2 compatibility * Fixed review comments * Fixed __main__ import
2021-05-12 18:42:56 +03:00
from mo.subprocess_main import subprocess_main
subprocess_main(framework='kaldi')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 65ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API