📅  最后修改于: 2022-03-11 14:51:01.048000             🧑  作者: Mango
python3 -c "import torch; print(torch.__version__)" # For Python 3
python -c "import torch; print(torch.__version__)" # For Python 2