1
0
This commit is contained in:
2024-05-23 12:58:14 +08:00
commit e6da567437
2 changed files with 15 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# pytorch study
## ENV
```shell
conda create -n pt python=3.10 -y
conda activate pt
```