PyTorch get started

来自WHY42
Riguz留言 | 贡献2023年9月25日 (一) 11:07的版本
conda create --name deeplearning python=3.11
conda activate deeplearning
python --version
// 3.11.5