Small error in assignment 5

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