Reputation: 309
I am trying to use Keras/TensorFlow. But some options are not supported (ex. TensorBoard embeddings_freq) . I want to know TensorFlow merging policy for Keras, especially for synchronizing schedule and how to check Keras merged version.
Upvotes: 0
Views: 266
Reputation: 5206
The Keras in tf.keras is a reimplementation of keras and not a merge of a particular version. File issues if features you need are missing.
Upvotes: 1