
错误收集
纯唯物主义法师
君子知命不惧,日日自新
展开
-
VSCode上远程调试代码出现的问题
真的是汗流浃背了,师妹叫帮忙如何在VSCode上远程调试代码,一些自己已经经历过的问题,现在已经忘记了。又在网上一顿搜索,这次记录下吧。2、因为跑模型环境过多,按F5是按照当前默认环境进行调试,你需要将默认的环境修改成你模型所需要的环境。2 、按F5调试,明明环境里面是存在该包的,但是调试终端界面总是出现:找不到该包。1 、将Linux终端默认修改成Bash。原创 2024-01-04 19:09:50 · 1094 阅读 · 1 评论 -
Cannot access alimaven (镜像网址) in offline mode
红圈3。转载 2023-12-23 19:49:43 · 308 阅读 · 0 评论 -
ssh_exchange_identification: Connection closed by remote hostfatal: Could not read from remote repo
ssh_exchange_identification: Connection closed by remote host fatal: Could not read from remote repository.Please make sure you have the correct access rights and the repository exists.原创 2023-05-13 11:00:24 · 698 阅读 · 0 评论 -
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same原创 2023-05-08 11:09:38 · 837 阅读 · 0 评论 -
当作者源代码默认只使用0号gpu,但是我们自己想要使用其他的gpu时,应该怎么做?
当作者源代码默认只使用0号gpu,但是我们自己想要使用其他的gpu时,应该怎么做?转载 2023-04-12 19:22:42 · 1437 阅读 · 0 评论 -
在vscode 远程调试代码,有时候总是不经意的报导包的错误:No module named .....,并且文件夹里面也有__init__.py文件
在vscode 远程调试代码,有时候总是不经意的报导包的错误:No module named .....,并且文件夹里面也有__init__.py文件转载 2023-04-01 16:38:34 · 202 阅读 · 0 评论