如何通过cmd卸载已安装pytorch

Posted 时光-ing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何通过cmd卸载已安装pytorch相关的知识,希望对你有一定的参考价值。

打开cmd根据pytorch的安装方式执行condapip方式。
执行conda方式

conda uninstall pytorch
conda uninstall libtorch

执行pip方式

pip uninstall torch

以上是关于如何通过cmd卸载已安装pytorch的主要内容,如果未能解决你的问题,请参考以下文章

怎么看pytorch库下没下好

pytorch如何导入ctc库

如何正确卸载MySQL?

下载安装PyTorch

如何将windows已安装的软件完全卸载

我在卸载 pytorch 时遇到问题