Hacker News new | ask | show | jobs
by jbgordon 2918 days ago
Love Keras. If you like, you can also use the Keras API inside TensorFlow (as tf.keras). We recently published this guide w/ more info - https://www.tensorflow.org/versions/r1.9/programmers_guide/k... - and are working on a few more examples for the v1.9 release in a couple weeks.

Optionally, you can also use tf.keras in combination w/ eager execution, enabling you to write code like this: https://colab.research.google.com/github/tensorflow/tensorfl...

1 comments

Thanks for sharing these guides. Excited about exploring tf.keras with Eager Execution! :)