tensorflow - tensorflow对象检测API中的超参数优化

标签 tensorflow object-detection object-detection-api hyperparameters

有没有办法在对象检测API的配置文件中指定像Hyperopt或其他超参数优化来微调模型?

最佳答案

您可以更改以下用于对象检测的超参数:

  • 学习率
  • 动力
  • 优化器
  • 衰减系数
  • 匹配阈值
  • unmatched_threshold
  • 关于tensorflow - tensorflow对象检测API中的超参数优化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51668842/

    相关文章:

    python - PyTorch:是否有类似于 Keras 的 fit() 的明确训练循环?

    python - 在没有边界框注释的情况下训练 Tensorflow 对象检测

    python - 使用 SSD Mobilenet (Tensorflow API) 进行 1080p 物体检测

    tensorflow - Syntaxnet bazel 测试失败

    machine-learning - tensorflow 中的激活函数有区别吗? tf.nn.tanh 与 tf.tanh

    tensorflow - 如何将签名名称设置为serving_default以避免部署到GCP AI Platform后出现错误

    c++ - Hausdorff 距离目标检测

    python - 在 tensorflow 中找到两个边界框的交集?

    Tensorflow 对象检测 API 永远安装在 Google Colab 中并失败

    python - 如何使用来自 Tensorflow 对象检测 API 的 Mask-RCNN 模型创建自己的数据集?