
python
文章平均质量分 50
haixwang
。。。。。。
展开
-
python错误记录
numpy会限制字符串长度ctpn = np.array(ctpn, dtype=str) # np会截取长度比如说,line_split[1] = line[1], line[1]长度超过32的,都会截断stackoverflow,有人这样说:NumPy will use the “U” dtype, which is indeed UTF-32 (4 bytes). T...原创 2018-11-25 09:21:24 · 687 阅读 · 0 评论 -
pyhon中使用librosa处理音频数据
stage 1jupyter中“浏览”音频:import IPython.display as ipd# TO playipd.Audio('./noisex-92/001.wav')librosa官网demo:from __future__ import print_functionimport librosa# 1. Get the file path to the...原创 2018-11-27 21:29:36 · 4782 阅读 · 0 评论 -
pydoc些许分享
原创 2019-01-06 10:24:35 · 468 阅读 · 0 评论