We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b6a9e commit 90566adCopy full SHA for 90566ad
README_CN.md
@@ -73,7 +73,7 @@ git commit -m "init by easytorch"
73
### 复制EasyTorch模板至工作目录
74
75
```shell
76
-cp easytorch/examples/template/* .
+cp -r easytorch/examples/template/* .
77
```
78
79
*接下来就可以使用EasyTorch构建你的深度学习项目。*
0 commit comments