logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Paddle和torch冲突问题

记录一下,使用paddle和pix2text时,出现GPU冲突的问题:RuntimeError: generic_type: type "_CudaDeviceProperties" is already registered!这是由于paddle和torch版本不一致导致的,需要python -m pip install paddlepaddle-gpu==2.6.2 -i https://ww

#paddle#深度学习#pytorch
到底了