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 14 - typo at page 460 #97

Open
cciprianmihai opened this issue Jan 15, 2019 · 0 comments
Open

Chapter 14 - typo at page 460 #97

cciprianmihai opened this issue Jan 15, 2019 · 0 comments

Comments

@cciprianmihai
Copy link

cciprianmihai commented Jan 15, 2019

Hello,

I have discovered a little typo: "For example, a rank 3 placeholder of type float and shape 3x4x5 can be defined as: tf.placeholder(type=tf.float32, shape=[2, 3, 4])".

It should be:

"For example, a rank 3 placeholder of type float and shape 2x3x4 can be defined as: tf.placeholder(type=tf.float32, shape=[2, 3, 4])"

or

"For example, a rank 3 placeholder of type float and shape 3x4x5 can be defined as: tf.placeholder(type=tf.float32, shape=[3, 4, 5])"

Thank you!

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