RuntimeError: Argument #4: Padding size should be less than the corresponding input dimension, but got:…….
帮人训练so-vits-svc发现的报错,这时候检查是不是有些音频过短(甚至为0)造成
2023年 August 14日|23:49  标签:无
帮人训练so-vits-svc发现的报错,这时候检查是不是有些音频过短(甚至为0)造成
2023年 August 14日|23:49  (卧槽差点忘了有这个网站) 背景介绍:anaconda的python3.9覆盖了原本的python3.10,导致安装软件时老出现奇怪的错误,一怒之下卸载了anaconda并重装, 卸载和安装网上很多,到了这一步时: 选no, 因为我的主要目标是在vscode中用这个anaconda的环境,所以用conda安装时去conda所在目录执行./conda就行
2023年 March 14日|21:07  避免遗忘
2022年 July 1日|22:55  我这边电脑外接了一个屏幕,把ide移到副屏,程序报错;移回主屏就不报错了, nb
2022年 July 1日|22:31  搜索 ffmpeg deprecated list,查找被弃用的函数就行
2022年 June 27日|20:26  (这也其实是配置ffmpeg的第四种方法) 在VS中,右上角 文件->新建 ->项目->visual C++ ->跨平台->cmake项目 创建完后 CmakeLists.txt配置参考如下 把库的dll文件放入:C:\Users\usrs\CMakeBuilds\……\build\x64-Debug (这里找不到对应的项目的话,按时间排序找就好),把dll和exe放在一起 要是出现:error LNK2019: 无法解析的外部符号 检查一下 target_link_libraries 是否写全了 出错的话,无非就是dll和lib的问题
2022年 June 21日|20:56  配置pthread,尤其是dll :https://blog.csdn.net/user11223344abc/article/details/80536280
2022年 June 14日|11:26  在vscode中调试并运行,输出的文件总会有问题,要么就一直读写(差点给我d盘写满),要么文件出错。 原因未知….. 心脏病都气出来了……每次都以为是代码问题……还不知道这个文件输出的问题怎么修…… 更:把vscode的配置文件launch.json中c++的配置的cwd改为:”cwd”: “${fileDirname}”,
2022年 May 22日|19:05  CMake Error at /usr/share/cmake-3.16/Modules/CMakeTestCXXCompiler.cmake:53 (message): The C++ compiler is not able to compile a simple test program. cl: 命令行 error... 查看文章
2022年 May 12日|14:50  用librosa加载mp3文件时报错: “close_fds is not supported on Windows platforms”ValueError: close_fds is not supported on Windows platforms if you redirect stdin/stdout/stderr 发现是源文件mp3的问题... 查看文章
2022年 May 4日|17:56