Week3 Unet model assignment augo-grader issue

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.

1 Like

yes, in some places, for ā€œn_filtersā€, I had put the numbers.
itā€™s all good now,
thanks

1 Like