zhaomingwork
2023-04-28 b90e6ea2edc4db7283b1491d1d038b6786a433fd
funasr/runtime/onnxruntime/src/ct-transformer.cpp
@@ -40,7 +40,6 @@
   m_tokenizer.OpenYaml(punc_config.c_str());
}
CTTransformer::~CTTransformer()
{
}
@@ -180,10 +179,9 @@
    }
    catch (std::exception const &e)
    {
        printf(e.what());
        LOG(ERROR) << "Error when run punc onnx forword: " << (e.what());
        exit(0);
    }
    return punction;
}