C.W.K.
Stream
Quiz · 5 questions

🧊 Tensors — TensorFlow's Fundamental Data Structure

Shapes, dtypes, devices, and the bugs you'll meet most often

Level 0Level 0
0 XP0/78 lessons0/17 achievements
0/100 XP to next level100 XP to go0% complete

Quiz

01What is the rank of a tensor with shape (32, 224, 224, 3)?
02How do you add a batch dimension to a single image with shape (224, 224, 3)?
03What's the key difference between tf.constant and tf.Variable?
04You feed a NumPy float64 array into a Keras model expecting float32. What happens?
05What does tf.reshape(x, [-1]) do to a tensor of shape (3, 4)?
Spotted a bug or have feedback on this page?Report an Issue

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.