[ KALDI ] Disable KSO (#1689)

This commit is contained in:
Evgenya Stepyreva 2020-08-10 12:22:42 +03:00 committed by GitHub
parent 7e82728130
commit 1eac9e3932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,6 +225,7 @@ def prepare_ir(argv: argparse.Namespace):
from mo.front.mxnet.register_custom_ops import get_front_classes
import_extensions.load_dirs(argv.framework, extensions, get_front_classes)
elif is_kaldi:
argv.keep_shape_ops = False # ticket #36794
from mo.front.kaldi.register_custom_ops import get_front_classes
import_extensions.load_dirs(argv.framework, extensions, get_front_classes)
elif is_onnx: