windows安装Pytorch
https://pytorch.org/
windows查看python版本号:python --version
windows查看python安装路径:Python
import sys
print(sys.path)
windows测试Pytorch是否安装成功并查看版本号:python
import torch
torch.__version__
将Pytorch模型迁移到android端(android studio)【未实现】
最新推荐文章于 2024-07-04 00:09:48 发布