# Tensorflow_AI_w7_quiz **Repository Path**: samkuang/Tensorflow_AI_w7_quiz ## Basic Information - **Project Name**: Tensorflow_AI_w7_quiz - **Description**: 1. 迁移finetune训练. inceptionv_4 checkpoint在slim上迁移 2. densenet在slim框架上实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tensorflow_AI_w7_quiz 1. 迁移finetune训练. inceptionv_4 checkpoint在slim上迁移 2. densenet在slim框架上实现 代码: https://www.tinymind.com/samkuang/quiz-w7-1/code/nets/densenet.py tinymind执行结果: https://www.tinymind.com/samkuang/quiz-w7-1/executions 由于在exe5中出现下面的错误: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for None 后来把tensorflow版本改为1.3再次执行(execution 6), 据说是1.4新版本的saver restore checkpoint的bug。。