GAN C3W2B the Test for UNQ_C1 is problematic

It’s not complete, some of the errors might pass through this test, and still lead to runtime errors in the following block.

Hi @qiuqila, Thank you for raising this issue and sorry for the unpleasant experience. We are trying to investigate and solve this problem.

Thank you!

@sharob.sinha I would suggest you change the first statement of the test from “test_discriminator = Discriminator(10, 1)” to “test_discriminator = Discriminator(10, 2)”. This is enough to detect the problem in my case.