随笔 - 262  文章 - 1  评论 - 22  阅读 - 27万
12 2023 档案
显著图:Saliency Map 详解
摘要:https://zhuanlan.zhihu.com/p/644181243 泻药。最近在研究一些基于saliency map的归因方法,在这里分享一下对saliency map的开山鼻祖VGG2014:Deep Inside Convolutional Networks: Visualising 阅读全文
posted @ 2023-12-31 10:40 独上兰舟1 阅读(554) 评论(0) 推荐(0) 编辑
Python SciPy 空间数据
摘要:SciPy 空间数据 https://blog.csdn.net/weixin_64338372/article/details/128675235?ops_request_misc=%257B%2522request%255Fid%2522%253A%25221703817729168002228 阅读全文
posted @ 2023-12-30 19:35 独上兰舟1 阅读(22) 评论(0) 推荐(0) 编辑
kaldi表单转换为文本格式
摘要:/home/wcx/kaldi/src/featbin/copy-feats ark:raw_mfcc_test_clean_mfcc_16k.1.ark ark,t:1.ark https://blog.csdn.net/faner1994/article/details/53674394?ops 阅读全文
posted @ 2023-12-28 15:29 独上兰舟1 阅读(31) 评论(0) 推荐(0) 编辑
语音识别相关会议期刊
摘要:1.IEEE Transactions on Audio, Speech and Language Processing 2.Computer Speech and Language 3.ICASSP 4.Interspeech 5.IEEE workshops on ASRU 6.WiSSAP 7 阅读全文
posted @ 2023-12-22 09:36 独上兰舟1 阅读(47) 评论(0) 推荐(0) 编辑
TypeError: mel() takes 0 positional arguments but 5 were given
摘要:转载 记录一下在服务器运行vits-finetuning时遇到的问题。 解决方法: pip install librosa==0.8.0 阅读全文
posted @ 2023-12-21 16:50 独上兰舟1 阅读(114) 评论(0) 推荐(0) 编辑
kaldi lesson教程示例(转载)
摘要:转自: https://blog.csdn.net/q_xiami123/article/details/117019177?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522170312043616800188564167%2522%2 阅读全文
posted @ 2023-12-21 09:34 独上兰舟1 阅读(69) 评论(0) 推荐(0) 编辑
语音数据下载
摘要:VOxelcb : https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1.html https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox2.html VCTK https://datashare.ed. 阅读全文
posted @ 2023-12-19 22:36 独上兰舟1 阅读(27) 评论(0) 推荐(0) 编辑
【Linux】调试常见的应用程序奔溃“Segmentation fault (core dumped)”
摘要:https://blog.csdn.net/hello_nofail/article/details/129994481?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522170264661316800227454508%2522%252 阅读全文
posted @ 2023-12-15 21:33 独上兰舟1 阅读(1978) 评论(0) 推荐(0) 编辑
Linux脚本中($0、$?、$*、$@、$#、$$、$!)这些符号的含义及用法
摘要:$0:就是该bash文件名,个位数的,可直接使用数字,但两位数以上,则必须使用 {} 符号来括住,如${10}. $?:是上一指令的返回值,成功是0,不成功是1。一般来说,UNIX(linux) 系统的进程以执行系统调用exit() 来结束的。这个回传值就是status值。回传给父进程,用来检查子进 阅读全文
posted @ 2023-12-03 16:08 独上兰舟1 阅读(584) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示