We tried to import RNN-T pytorch model https://github.com/mlperf/inference/tree/master/v0.7/speech_recognition/rnnt/pytorch into TVM.
Pre-trained RNN-T model for MLPerf Inference https://zenodo.org/record/3662521 We found the error: NotImplementedError: The following operators are not implemented: ['prim::RaiseException', 'prim::Uninitialized', 'aten::lstm', 'aten::_cast_Int', 'aten::__derive_index', 'aten::not', 'aten::tensor', 'aten::item', 'aten::cast_Float', 'prim::data', 'aten::format', 'aten::copy', 'aten::append', 'aten::FloatImplicit', 'prim::dtype', 'prim::shape', 'prim::TupleIndex', 'aten::dim', 'aten::warn', 'aten::is', 'prim::unchecked_cast'] How can we go through these errors to make RNN-T running on TVM? --- [Visit Topic](https://discuss.tvm.apache.org/t/import-rnn-t-pytorch-model-into-tvm/7874/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/fd4ff86816e38dee8847afca28af31f56532f1e6a48274cdf6e555a737c22667).