Hi,
All the tests are passed but I got 66/100
I followed the instruction for restarting the kernel and etc., still the same.
Any idea how to resolve this issue?
Thanks,
Hey @mgholamhossein please share the autograder output so that I can help you better. Thanks.
Thanks for the reply. here is the grader output. apparently it is complaining about unet_model, but for that part, all test are passed too. I could take a snapshot of this too of needed,
Thanks for helping,
Code Cell UNQ_C1: Function āconv_blockā is correct.
Code Cell UNQ_C2: Function āupsampling_blockā is correct.
Code Cell UNQ_C3: Function āunet_modelā is incorrect. Check implementation.
If you see many functions being marked as incorrect, try to trace back your steps & identify if there is an incorrect function that is being used in other steps.
This dependency may be the cause of the errors.
Hey @mgholamhossein please make sure you are not passing any hardcoded values in the function unet_model.
I have seen students passing in the number of classes as a hardcoded value rather than passing its declared variable.
yes, in some places, for ān_filtersā, I had put the numbers.
itās all good now,
thanks