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 d639ab7 commit d2810c5Copy full SHA for d2810c5
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