上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
  2024年1月4日
摘要: https://zhuanlan.zhihu.com/p/589442446 vi ~/switch-cuda.sh source switch-cuda.sh source switch-cuda.sh 10.1 #!/usr/bin/env bash # Copyright (c) 2018 P 阅读全文
posted @ 2024-01-04 11:20 独上兰舟1 阅读(4) 评论(0) 推荐(0) 编辑
  2023年12月31日
摘要: https://zhuanlan.zhihu.com/p/644181243 泻药。最近在研究一些基于saliency map的归因方法,在这里分享一下对saliency map的开山鼻祖VGG2014:Deep Inside Convolutional Networks: Visualising 阅读全文
posted @ 2023-12-31 10:40 独上兰舟1 阅读(300) 评论(0) 推荐(0) 编辑
  2023年12月30日
摘要: 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 阅读(17) 评论(0) 推荐(0) 编辑
  2023年12月28日
摘要: /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 阅读(13) 评论(0) 推荐(0) 编辑
  2023年12月22日
摘要: 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 阅读(27) 评论(0) 推荐(0) 编辑
  2023年12月21日
摘要: 转载 记录一下在服务器运行vits-finetuning时遇到的问题。 解决方法: pip install librosa==0.8.0 阅读全文
posted @ 2023-12-21 16:50 独上兰舟1 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 转自: 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 阅读(37) 评论(0) 推荐(0) 编辑
  2023年12月19日
摘要: 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 阅读(14) 评论(0) 推荐(0) 编辑
  2023年12月15日
摘要: 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 阅读(859) 评论(0) 推荐(0) 编辑
  2023年12月3日
摘要: $0:就是该bash文件名,个位数的,可直接使用数字,但两位数以上,则必须使用 {} 符号来括住,如${10}. $?:是上一指令的返回值,成功是0,不成功是1。一般来说,UNIX(linux) 系统的进程以执行系统调用exit() 来结束的。这个回传值就是status值。回传给父进程,用来检查子进 阅读全文
posted @ 2023-12-03 16:08 独上兰舟1 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页