Atsushi Sakai
Atsushi Sakai

Reputation: 309

How do I identify Keras version which is merged to Tensorflow current?

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

Answers (1)

Alexandre Passos
Alexandre Passos

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

Related Questions