in exercise 4 of the assignment " tf.Variable(initializer(shape=()) " is what is said in instructions we should use but it has one less parenthesis on its right side.
it should be corrected to " tf.Variable(initializer(shape=())) ".
Hi @HamedGholami,
You are right, thank you for pointing this out, Iām going to report the issue to staff.
1 Like