📌  相关文章
📜  在 ubuntu 中获取 pytorch 版本版本 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:01.048000             🧑  作者: Mango

代码示例1
python3 -c "import torch; print(torch.__version__)" # For Python 3
python -c "import torch; print(torch.__version__)" # For Python 2