简体   繁体   English

TensorFlow 对象检测 API 微调检查点

[英]TensorFlow object detection API fine tune checkpoint

我正在尝试从头开始训练模型,在这种情况下,我应该在 Protobuf 文件中放入 Fine_tune_checkpoint 值。

Nothing.没有。 It should initialize your entire model.它应该初始化您的整个模型。

If for some reason that doesn't work for you, you can give it a checkpoint of something else entirely.如果由于某种原因对您不起作用,您可以给它一个完全其他东西的检查点。 The API builds the graph of the model, and compares between its variables to the variables in the checkpoint (both names and shapes), and every variable it doesn't find - it initializes. API 构建模型的图形,并将其变量与检查点中的变量(名称和形状)进行比较,并且它没有找到每个变量 - 它进行初始化。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用TensorFlow中的fine_tune_checkpoint Object检测API - How to use the fine_tune_checkpoint in TensorFlow Object Detection API TensorFlow 对象检测 API:使用“fine_tune_checkpoint”进行训练 - 解冻较早的层? - TensorFlow Object Detection API: training with `fine_tune_checkpoint` - unfreeze the earlier layers? tensorflow对象检测中checkpoint_dir和fine_tune_checkpoint有什么区别? - What is the difference between checkpoint_dir and fine_tune_checkpoint in tensorflow object detection? 如何微调tensorflow对象检测api模型? - how to fine tune the tensorflow object detection api model? Tensorflow Object 检测 API - “fine_tune”与“检测”与“分类” - Tensorflow Object Detection API - "fine_tune" vs "detection" vs "classification" Tensorflow 对象检测 API 变量在检查点中不可用 - Tensorflow Object detection API Variable is not available in checkpoint 张量流对象检测从现有检查点微调模型 - tensorflow object detection Fine-tuning a model from an existing checkpoint 使用Tensorflow对象检测API来微调mask_rcnn_inception_resnet_v2_atrous_coco模型时断言失败错误 - assertion failed error when using tensorflow object detection API to fine tune the mask_rcnn_inception_resnet_v2_atrous_coco model Tensorflow,问题加载检查点以通过微调进行对象检测[在检查点中不可用] - Tensorflow, problem loading checkpoint for object detection via fine-tuning[Not available in checkpoint] Tensorflow对象检测API:如何禁用从检查点加载 - Tensorflow object detection API: How to disable loading from checkpoint
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM