Hyperparameter tune for Tensorflow

前端 未结 6 1549
耶瑟儿~
耶瑟儿~ 2020-12-08 17:49

I am searching for a hyperparameter tune package for code written directly in Tensorflow (not Keras or Tflearn). Could you make some suggestion?

6条回答
  •  温柔的废话
    2020-12-08 18:21

    I found sci-kit optimize very simple to use for bayesian optimization of hyperameters, and it works with any tensorflow API (estimator, custom estimator, core, keras, etc.)

    https://stackoverflow.com/a/53582472/2218905

提交回复
热议问题