commit e6da5674374bfe5e0fe21f51bf2f64b992cf5d84 Author: Wolves Date: Thu May 23 12:58:14 2024 +0800 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ed43ada --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store + +**/.DS_Store + +.DS_Store? + +.idea \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..6172939 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# pytorch study + +## ENV +```shell +conda create -n pt python=3.10 -y + +conda activate pt +``` \ No newline at end of file