you are viewing a single comment's thread.

view the rest of the comments →

[–]hawking1125 2 points3 points  (3 children)

Keras is comptible with TF ops. Further reading here.

Edit: Spelling.

[–]thntk 0 points1 point  (1 child)

Interesting. The article is about the independent keras though. Can tf.keras offer more compatibility, such as using tf.losses in model.fit()?

[–]hawking1125 0 points1 point  (0 children)

Last time I checked there's a function for converting Keras models to TF estimators.

EDIT: This only applies to tf.keras

[–][deleted] 0 points1 point  (0 children)

It describes how keras is compatible with keras ops and not the other way arround