Tensorflow Object-Detection API - Hyperparameter Tuning & Grid Search

好久不见. 提交于 2019-12-13 02:48:34

问题


I am currently working with the Tensorflow Object-Detection API and I want to fine-tune a pre-trained model. Therefore, a hyperparameter-tuning is required.

Does the API already provide some kind of hyperparameter-tuning (like a grid search)? If there is nothing available, how can I implement a simple grid search to tune (the most relevant) hyperparameters?

Furthermore, does the API provide some kind of Early Stopping function that automatically aborts the training process if the accuracy does not change anymore.

Thanks a lot in advance.

来源:https://stackoverflow.com/questions/56116229/tensorflow-object-detection-api-hyperparameter-tuning-grid-search

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!