- 博客(6)
- 资源 (2)
- 收藏
- 关注
原创 Jupyter Notebook:no module named numpy
我是在miniconda环境下安装使用 ipython,使用 python3.7numpy已经安装但是,使用 pip install ipython notebook 就会有 no module named numpy的问题解决方法:用conda安装 ipyhtonpip uninstallipython notebookconda installipython notebook接着打开ipython notebook后,再执行程序,问题就没有了...
2020-06-08 11:48:22
2890
原创 MacOS系统 numpy uninstall
问题描述:在安装gensim的时候,爆出问题如下 Cannot uninstall 'numpy'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstal...
2020-04-16 15:52:29
263
原创 开源语言模型工具
开源语言模型工具:SRILM( http://www.speech.sri.com/projects/srilm/ )IRSTLM( http://hlt.fbk.eu/en/irstlm )MITLM( http://code.google.com/p/mitlm/ )BerkeleyLM( http://code.google.com/p/berkeleylm/ )开源 n-g
2016-03-14 11:01:29
1361
原创 vs2010 调试 pocketsphinx程序 遇到 找不到sphinxbase.dll问题
在看CMUsphinx开源程序中的sphinxtrain部分的程序时,想单步调试看一下每一个模块的程序是如何运作的,在每个小模块都会有一个parse_cmd_ln.c文件来解释说明此模块的用途,并附上调试的命令参数(命令参数可以自己编写,也可以从logdir文件夹下的.log文件复制粘贴)。调试时候,将命令参数复制到模块-> 属性 -> 调试 -> 命令参数 下,然后执行
2015-03-17 19:27:50
686
转载 宽字符学习
转载出处: http://hi.baidu.com/shongbee2/item/2e8e09e4a19cd3265a2d64d1转自:http://dev.youkuaiyun.com/article/77757.shtm 2.2 宽字符和C 宽字符不一定是Unicode。Unicode是宽字符集的一种。然而,因为本书的焦点是Windows而不是C执行的理论,所以书中把宽字符和Unicode作为
2015-01-06 15:52:19
338
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人