摘要:
介绍端到端模型的几种语言模型结合方式,shallow fusion, Density Ratio, Low-order Density Ratio(LODR),ILME(Internal Language Model Estimation)方法等,详见 https://mp.weixin.qq.co 阅读全文
摘要:
test.py内容如下: 第一行添加 #!/your_python_path #!/usr/bin/python print('test execute python') chmod u+x test.py (给test.py增加执行权限) 即可使用./test.py运行python程序 阅读全文