怎么把pytorch从CPU版本替换成GPU版本
使用pip命令pip uninstall torch
就可以卸载当前的torch版本。(不是cpu版本一般也没有必要重装吧?)
接着找到官网https://pytorch.org/get-started/locally/
在里面选择
……
2024-04-12 pytorch CUDA CPU版换成GPU版
使用pip命令pip uninstall torch
就可以卸载当前的torch版本。(不是cpu版本一般也没有必要重装吧?)
接着找到官网https://pytorch.org/get-started/locally/
在里面选择
……