Skip to content

Commit

Permalink
[ KALDI ] Disable KSO (openvinotoolkit#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenya Stepyreva authored and Rom committed Aug 28, 2020
1 parent 437bfee commit 9951f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model-optimizer/mo/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9951f6a

Please sign in to comment.