Although I have passed all the tests and everything works, I got 66/100. The error raised is:
We expected a value of ‘(<class ‘tensorflow.python.keras.losses.BinaryCrossentropy’>, True)’ and you have ‘(<class ‘tensorflow.python.keras.losses.BinaryCrossentropy’>, ‘True’)’.
I don’t understand it, the expected value is exactly the same as my value, what kind of error is it?