nichongjia-2007
2023-05-05 b0b8aba7c079b3af4265e0b25849a847bf9266bf
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;
}