我安装了 PyTorch: conda install pytorch torchvision cuda80 -c soumith 如何卸载和删除所有 PyTorch 依赖项? 原文由 vincent 发布,翻译遵循 CC BY-SA 4.0 许可协议
从 anaconda 文档 中,您可以使用 conda uninstall 卸载 尝试 conda uninstall pytorch torchvision cuda80 -c soumith 或者, pytorch 文档 建议 conda uninstall pytorch pip uninstall torch pip uninstall torch # run this command twice 原文由 wpercy 发布,翻译遵循 CC BY-SA 3.0 许可协议
从 anaconda 文档 中,您可以使用
conda uninstall
卸载尝试
或者, pytorch 文档 建议