What is the difference between Keras and tf.keras in TensorFlow 1.1+?

后端 未结 4 1378
生来不讨喜
生来不讨喜 2020-12-24 11:32

Now that TensorFlow 1.1 supports the Keras API under tf.contrib.keras, which one should I use if I intend to use Keras with a TF backend?

Is the t

4条回答
  •  醉话见心
    2020-12-24 12:17

    If there will be two github repositories, how would you sync pull requests to tf.keras and this repository? Will there be someone applying changes in one repositority to another?

    The codebases will be different, so there will be no need to replicate pull requests. For API changes, you would send a PR to the API spec itself, and changes to the API spec would be replicated across all codebases.

    https://github.com/fchollet/keras/issues/5299#issuecomment-278166426

提交回复
热议问题