logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

动手深度学习(pytorch)问题

2)遇到报错: can't convert np.ndarray of type numpy.object_. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool.解决方法:使用.type(torch.fl

文章图片
#深度学习#pytorch#人工智能
安装timm的时候torch版本被改变导致无法使用(已解决)

下载timm,将torch升级版本导致无法使用gpu,torch.cuda.is_available()返回false

文章图片
#深度学习#人工智能#pytorch +1
到底了