首页 > 解决方案 > 在张量流中加载 MobileNetv2 FasterRCNN 的预训练模型

问题描述

我有 MobileNetV2 的预训练模型。预训练模型的变量显示在链接中。

我要微调的模型需要以下变量。

WARNING:root:Variable [MobilenetV2/expanded_conv_15/depthwise/biases] is not available in checkpoint
WARNING:root:Variable [MobilenetV2/expanded_conv_15/expand/biases] is not available in checkpoint
WARNING:root:Variable [MobilenetV2/expanded_conv_15/expand/weights] is not available in checkpoint
WARNING:root:Variable [MobilenetV2/expanded_conv_15/project/biases] is not available in checkpoint
WARNING:root:Variable [MobilenetV2/expanded_conv_16/depthwise/biases] is not available in checkpoint
WARNING:root:Variable [MobilenetV2/expanded_conv_16/expand/biases] is not available in checkpoint

我在预训练模型中找不到那些。

哪些变量最适合这些变量?

标签: tensorflowconv-neural-networkcaffepre-trained-model

解决方案


推荐阅读