使用国内源来安装pytorch(速度很快)

    xiaoxiao2023-10-14  148

    一、找到合适的安装方式

    pytorch官网:https://pytorch.org/

    二、安装命令

    pip3 install torch torchvision -i https://pypi.mirrors.ustc.edu.cn/simple

    后面的是镜像,当然也可以采用其他源,网上很多,在这里不再陈述。

    最新回复(0)