Possible omission in Week 4's Quiz question code=

Hello community,

I think I’ve spotted a possible omission (or missing step) in one of the questions of Week 4’s Quiz.

Here it is:

Isn’t that missing assigning the return of the call to the TPUClusterResolver to a variable called tpu?

I think Line 2 should be:

tpu = tf.distribute.cluster_resolver.TPUClusterResolver(tpu_address)

Am I right?

Hi Fabricio! Thank you for reporting this! We do need to define the tpu variable. The quiz question is now updated. Thanks again!

Hi Chris!

Thank you for confirming and updating the quiz.
I love these courses.
Keep up the excellent education to democratize AI.