# week7_quiz_denset **Repository Path**: xiaohetou/week7_quiz_denset ## Basic Information - **Project Name**: week7_quiz_denset - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 第七周作业 ## 作业1 利用slim框架,做一个inceptionv4的迁移训练 ### 结果反馈 ![输入图片说明](https://gitee.com/uploads/images/2018/0115/121014_eba49d5e_1635561.png "Screen Shot 2018-01-11 at 4.22.08 pm.png") 在TinyMind上训练选用默认参数,经过7小时训练,TOP1 可以达到0.678 TOP5 可以到达0.869. 之后更改了lr, dropout, 以及batch 试了一下,观察了结果以及变化 ## 作业2 ![输入图片说明](https://gitee.com/uploads/images/2018/0115/121032_68475a7b_1635561.png "Screen Shot 2018-01-15 at 11.33.35 am.png") 学员自己实现一个densenet的网络,并插入到slim框架中进行训练。按照论文以及老师代码实现,代码在tinymind跑起来了至少,之前失败原因由于没在fullyconnect前面加flatten操作导致报错,询问助教好知道错误并改正,网络成功跑起来了。。拖了有点久