- 博客(19)
- 收藏
- 关注
原创 accidentally did git add . and staged/committed a huge file
【代码】accidentally did git add . and staged a huge file。
2025-04-14 17:05:19
351
原创 [vscode] 取消点击文件目录自动跳转
vscode只要打开某个文件,目录就会自动跳转到文件的位置,有时候文件太多了总是跳来跳去的,影响找文件,还容易发晕(是的我的小脑打不了一点射击游戏)
2025-04-02 16:30:52
129
原创 [vscode] LD_LIBRARY_PATH vs. VSCode environment mismatch
【代码】[vscode] LD_LIBRARY_PATH vs. VSCode environment mismatch。
2025-03-30 13:11:36
329
原创 [python] No matching distribution found for yaml
【代码】[python] No matching distribution found for yaml。
2025-03-30 12:38:49
221
原创 [VScode | extension] ❌ no space left on device
【代码】[VScode | extension] ❌ no space left on device。
2025-03-25 11:20:41
489
原创 Ubuntu terminus 多窗口分屏tmux
在远程登陆Linux时,要远程启动多个程序,分屏显得很重要。在这里小记一下几种简单的分屏命令。1、terminal分屏。
2025-03-20 23:24:36
209
原创 [linux] Why Ctrl+C Doesn’t Fully Stop ProcessPoolExecutor?
【代码】[linux] Why Ctrl+C Doesn’t Fully Stop ProcessPoolExecutor?
2025-03-17 14:30:19
430
原创 [Bug|Zed] No module named ‘pyzed.sl‘
pytorch whl download: https://download.pytorch.org/whl/cu118
2024-08-21 15:31:49
628
原创 [cu118] 资源列表
pytorch whl download: https://download.pytorch.org/whl/cu118
2024-08-20 22:27:13
143
原创 [Bug|VSCode] ssh remote server一直断连重启
问题:vs code remote server 连接远程机器的时候过两分钟就断连一次,dubug到一半显示“意外中断”,全部重来。如果跳错"cannot remove [file]: Device or resource busy",去查看堵塞的进程,参考代码。在别的地方ssh到远程机器,比如terminal,然后删除文件夹~/.vscode-server,参考代码。,21年发布的,到24年下面13个回复都是在谢他。完全退出VSCode。如果退不出就强制退出去。然后删掉那些进程,重新尝试删除文件夹。
2024-08-13 13:36:37
1215
1
原创 CUDA迷思| torch.version.cuda; nvcc -V; nvidia-smi分别是什么
torch.version.cuda 只是定义为字符串。它不查询任何内容,不会告诉您安装了哪个版本的 CUDA。它仅告诉您安装的 PyTorch 适用于该 (10.2) 版本的 CUDA。nvidia-smi 的输出是显卡的硬件信息,它代表了Driver CUDA版本,与框架程序的Runtime CUDA并不相同。可以理解为能够匹配的最高CUDA版本。但您系统上实际运行的 CUDA 版本是 11.8。
2024-06-10 20:02:44
586
1
原创 [Bug|NVIDIA GeForce RTX 4090 with CUDA capability sm_89 is not compatible with the current PyTorch]
原文链接:https://blog.youkuaiyun.com/festaw/article/details/137599133。对应8.9是cuda11.8,只能高不能低。找到你的显卡对应算力,如4090对应8.9。2.算力对应的cuda版本。
2024-06-05 15:43:09
2405
原创 [Bug|RuntimeError: CuDA error: no kernel image is available for execution on the device]
一步一步排查,如果都能正常运行就OK了。还可以自行去pytorch的。大概率是cuda和torch版本不匹配。检查自己的版本是否合适。
2024-06-05 11:26:55
291
原创 [VScode Bug]|Python debugger无法用于py36
Python Debugger 2023不再支持Python<=3.6的版本。在Extension内有一个专用<=py36的debugger,搜索。
2024-05-30 13:21:29
449
原创 [Linux Bug | ModuleNotFoundError: No module named ‘mathutils‘]
Mathutils 用pip和conda都没法下载。
2024-05-29 17:25:13
831
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人