1
0
Files
AI-learning/README.md
2024-05-23 12:58:14 +08:00

8 lines
89 B
Markdown

# pytorch study
## ENV
```shell
conda create -n pt python=3.10 -y
conda activate pt
```