lyblsgo
2023-04-26 25e1e4f57f6f2e0327e885038eaea2ddf6bad2a1
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;
}