【Keras|将Pytorch模型迁移到android端(android studio)【未实现】】windows安装Pytorch
https://pytorch.org/
文章图片
windows查看python版本号:python --version
windows查看python安装路径:Python
import sys
print(sys.path)
windows测试Pytorch是否安装成功并查看版本号:python
import torch
torch.__version__