Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 11 Keras example #154

Open
mehdiborji opened this issue Nov 17, 2018 · 0 comments
Open

Chapter 11 Keras example #154

mehdiborji opened this issue Nov 17, 2018 · 0 comments

Comments

@mehdiborji
Copy link

mehdiborji commented Nov 17, 2018

In this example:
06_Using_TensorFlow_with_Keras.py
I noticed Keras library is not explicitly imported, as such lines like from keras.utils import to_categorical won't run unless keras.utils is changed to tensorflow.keras.utils; same issue for the line model = keras.Sequential()

As a side: the model.fit(...) line for first example is missing in the book.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant