会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qwangg
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2023年4月21日
fatal: Authentication failed for
摘要: 登录要使用账户名和TOKEN! 重置登录 git config --system --unset credential.helper
阅读全文
posted @ 2023-04-21 11:21 不要肥宅
阅读(30)
评论(0)
推荐(0)
2023年4月11日
【opentts】win11问题记录
摘要: 1. File "\lib\asyncio\events.py", line 553, in add_signal_handler raise NotImplementedError 参考issue,windows不支持signal,添加代码禁用 # _LOOP.add_signal_handler
阅读全文
posted @ 2023-04-11 18:46 不要肥宅
阅读(379)
评论(0)
推荐(0)
2023年4月6日
【paddlespeech】win执行sh脚本
摘要: paddlespeech 1. 环境配置 按照:https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md 问题 conda create -p 在桌面目录执行了conda create -p
阅读全文
posted @ 2023-04-06 18:31 不要肥宅
阅读(228)
评论(0)
推荐(0)
conda-forge使用
摘要: 原conda源:查看.condarc文件 ssl_verify: true show_channel_urls: true channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ - http://mirrors
阅读全文
posted @ 2023-04-06 10:10 不要肥宅
阅读(1519)
评论(0)
推荐(0)
2023年4月3日
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'
摘要: 错误描述: root@cef54a23d0c1:/home/xxx/LightSpeech# conda activate lightspeech CommandNotFoundError: Your shell has not been properly configured to use 'co
阅读全文
posted @ 2023-04-03 17:57 不要肥宅
阅读(84)
评论(0)
推荐(0)
2023年3月31日
Anaconda ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
摘要: 尝试把conda下的移过去,但没有权限,操作失败 方法 参考 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/your/path/to/conda/env/lib export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/project/wa
阅读全文
posted @ 2023-03-31 00:21 不要肥宅
阅读(207)
评论(0)
推荐(0)
2023年3月30日
How to get indices of top-K values from a numpy array
摘要: How to get indices of top-K values from a numpy array np.argpartition(probs,-5)[-5:]
阅读全文
posted @ 2023-03-30 16:24 不要肥宅
阅读(63)
评论(0)
推荐(0)
2023年3月20日
OSError: cannot load library 'libsndfile.dll': error 0x7e
摘要: 使用torchaudio时显示没有soundfile 直接pip install 安装失败,使用conda install -c conda-forge pysoundfile安装成功 报错: 搞了半天pip uninstall soundfile 再重新安装就好了 记得重启环境!
阅读全文
posted @ 2023-03-20 15:24 不要肥宅
阅读(2804)
评论(0)
推荐(0)
2023年3月10日
git 网络问题
摘要: 1. gnutls_handshake() failed: The TLS connection was non-properly terminated. 重置代理 完美解决 git config --global --unset https.https://github.com.proxy git
阅读全文
posted @ 2023-03-10 16:18 不要肥宅
阅读(233)
评论(0)
推荐(0)
git push
摘要: ref ref2 commit节点回退 git reset --soft HEAD~1 回退一个commit节点并保存编辑器内容 git reset --hard HEAD~1 撤销第一次提交并彻底删除相关更改 如果此时commit是initial commit,会报错 fatal: ambiguo
阅读全文
posted @ 2023-03-10 09:52 不要肥宅
阅读(107)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告