I have completed the test cells, trained the model succesfully and checked the results, which are quite nice. However, when I submit the assignment I get a fail with the following message:
The assignment is working fine, both for the test and for the training and I can´t see the problem. I have tried to restore the notebook and write the same code again. Is keeps working but the result after submitting it is the same
Greetings @Jaime,
hope you are doing fine, can you please provide us your cell code (UNQ_C2 cell to be specific) so we can see what’s wrong with it and help you further?
yours sincerely.
you must pass the “real” as the first parameter and “fake_images” as the second parameter, but you got it reversed.
also, I believe it’s not necessary to pass the “gen” function and “real” to Cuda since it’s defined as default in the cells above, also the if clause in line 5 is not necessary. since it doesn’t impact the code, you can leave it there.