Hi everyone,
this is what I noticed doing C3_W1_Assignment:
-
Exercise 2 - data_generator - shape error
The easy mistake is not convertingexample_weights
tonp.array
.
In that case,w1_unittest.test_data_generator
is giving a confusing message because all tests for output shapes are printingresult[0].shape
-
Exercise 7 - compute_accuracy
# Sum up the weighted correct predictions (of type np.float32), to go in the # denominator.
→ should be nominator