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
b4565b7b4f3863792d1c7023e9683bec5c191072
openvino/model-optimizer/mo/main_kaldi.py

11 lines
252 B
Python
Raw Normal View History

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
# Copyright (C) 2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
import sys
from mo.utils.cli_parser import get_kaldi_cli_parser
if __name__ == "__main__":
from mo.main import main
sys.exit(main(get_kaldi_cli_parser(), 'kaldi'))
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 44ms 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