logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

AttributeError: ‘list‘ object has no attribute ‘cuda‘

报错:File "/home/xinying/self-supervised-relational-reasoning-master/methods/standard.py", line 81, in linear_evaluationif torch.cuda.is_available(): data, target = data.cuda(), target.cuda()AttributeEr

CUDA_CHECK(cudaFree(...))报错CUDA error 1

GPT-3.5太好用了,报错情况如下:

文章图片
.idea文件夹是干嘛的

questionpython为什么每次创建的文件目录下都含有.idea/文件夹,该文件夹又是用来干嘛的answer当使用pycharm作为IDE集成开发环境(integrated development environment)时,会自动生成.idea/文件夹来存放项目的配置信息。其中包括版本控制信息、历史记录等等...

failed to query event :CUDA_ERROR_LAUNCH_FAILED:unspecified launch failure

服务器上没有资源了,在本地win10下运行程序,报错:failed to query event :CUDA_ERROR_LAUNCH_FAILED:unspecified launch failure查了一下,这种错误代码没问题,问题出在windows,是运行时间过长,可以再运行几次试试,如果还报同样的错误可以参考博客解决办法:window登录管理员用户,打开NSIGHT ,设置option的M

报错 from torchvision import _C as C ImportError: DLL load failed: 找不到指定的模块

运行程序,其中的torchvision报错:from torchvision import _C as C ImportError: DLL load failed: 找不到指定的模块解决方法:先把已有的pytorch和torchvision全部卸载,然后运行如下指令重装,把torch和torchvision重装,就OK了。现在from torchvision import _C完美通过!pip

#pytorch#深度学习
AttributeError: ‘list‘ object has no attribute ‘cuda‘

报错:File "/home/xinying/self-supervised-relational-reasoning-master/methods/standard.py", line 81, in linear_evaluationif torch.cuda.is_available(): data, target = data.cuda(), target.cuda()AttributeEr

vs编译cmake报错RC Pass 1: command “rc /foCMakeFiles\cmTC_0cba6.dir/manifest.res CMakeFiles\cmTC_0cba6.di

vs编译cmake报错如下:RC Pass 1: command “rc /foCMakeFiles\cmTC_0cba6.dir/manifest.res CMakeFiles\cmTC_0cba6.dir/manifest.rc” failed (exit code 0) with the following output:系统找不到指定的文件。ninja: build stopped: su

#深度学习
torch.Tensor.fill_(value)方法

转载自:https://blog.csdn.net/m0_46653437/article/details/112495682将tensor中的所有值都填充为指定的valueMicrosoft Windows [版本 10.0.18363.1256](c) 2019 Microsoft Corporation。保留所有权利。C:\Users\chenxuqi>conda activate s

SE模块里是什么

转载自:https://blog.csdn.net/qq_22764813/article/details/95051082了解什么叫做SE模块?最近在使用InsightFace_Pytorch-master pytorch工程,然后有使用到SE_ResNet50,所以想要分析相应的网络结构(包括网络层名和读取对应层相应参数)...

    共 29 条
  • 1
  • 2
  • 3
  • 请选择