hnluo
2023-04-27 58c59b1b3b45181a30eeb135d8a56be2942fdfd9
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;
}