This commit is contained in:
2024-05-23 12:58:14 +08:00
commit e6da567437
2 changed files with 15 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
.DS_Store
**/.DS_Store
.DS_Store?
.idea
+8
View File
@@ -0,0 +1,8 @@
# pytorch study
## ENV
```shell
conda create -n pt python=3.10 -y
conda activate pt
```