|
|
@ -170,15 +170,19 @@ git pull |
|
|
|
git pull root@gitea.shuishan.net.cn:luxuesong_dase_ecnu_edu_cn/mnist.git //将pull后面的内容替换成你仓库的ssh地址 |
|
|
|
``` |
|
|
|
|
|
|
|
#### 8)新建三个目录code,data,output,下一个步骤中会使用。创建完毕后,你的 |
|
|
|
|
|
|
|
#### 1)进入/mnt,创建文件夹mnist;然后进入mnist,创建三个文件夹code,data,output。创建完毕后,mnist文件夹结构如下图所示。 |
|
|
|
#### 8)新建三个目录code,data,output,下一个步骤中会使用。创建完毕后,你的mnist文件夹应该有如下结构。 |
|
|
|
|
|
|
|
<kbd> |
|
|
|
<img src="img/assignment7/ass7-mnistdir.png"> |
|
|
|
<img src="img/assignment7/ass7-tree.png"> |
|
|
|
</kbd> |
|
|
|
|
|
|
|
在步骤三)和四)中,我们将代码放在code文件夹中,数据放在data中,模型放在output中 |
|
|
|
在步骤四)和五)中,我们将代码放在code文件夹中,数据放在data中,模型放在output中 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|