摘要:
const成员函数的格式:只要在函数后加上一个const就可以了 Type ClassName:: function ( Type p ) const int getFoot ( void ) const{ return this->foot; }https://blog.51cto.com/che 阅读全文
摘要:
在mozilla-DeepSpeech模型test中遇到此问题,在ds_ctcdecoder/__init__.py中第138行添加‘ignore’解决此问题 The problem is that it have invalid UTF-8 bytes in the text . Adding ' 阅读全文