查看pytorch的安装位置/路径

参考博客:https://blog.csdn.net/qq_41122705/article/details/115406627

import torch
print(torch.__file__)
文章目录