Pytorch turchvision和Conda-Forge Torchvision之间的区别
我尝试在我的Anaconda3环境(Python 3.9.12)上安装最新版本的Torchvision(v0.13.0
),带有conda install -c conda install -c pytorch torchvision
,如图所示。 此处:
但是我得到torchvision == V.0.2.2
而不是。
我找到了v.0.12.0
),我找到了在这里我可以使用conda install -c conda -forge torchvision
,但是我不确定它们之间的区别以及我应该使用哪个。
我的问题是:
pytorch torchvision
和conda-forge torchvision
之间有什么区别?- 如何选择要使用哪个?
- 有没有办法安装
v0.13.0
? (是否有命令可以获取v0.13.0
?)
谢谢,
I tried to install the latest version of torchvision (v0.13.0
) on my anaconda3 environment (python 3.9.12) on mac, with conda install -c pytorch torchvision
as shown here:
but I got torchvision == v.0.2.2
instead.
There is a conda-forge
version of torchvision (v.0.12.0
) that I found here and I can get with conda install -c conda-forge torchvision
, but I'm not sure the difference between them and which one I should use.
My questions are:
- What are the difference between
pytorch torchvision
andconda-forge torchvision
? - How to choose which one to use?
- Is there a way to install
v0.13.0
? (Is there a command to getv0.13.0
?)
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论