my whole code is correct even my output is coming correct
i’m not facing any error but still i’m getting grade zero
i mailed to different support mails of coursera many times but no positive response yet
i even talked to chat support but negative
what should i do?
Same problem my whole code is correct even my output is coming correct
i’m not facing any error but still i’m getting grade zero
@Akash_sen @Amandeep_0013
Please click my name and message your notebook as an attachment.
I am also having the same issue… The code is running and giving the expected correct result… but on the tool, i am graded 0
The code is running and giving the expected correct result… but after submit graded show zero 0.
Why did you skip over the part where I asked for the notebook?
my whole code is correct and the output is also right but im constantly bring graded 0. idk why this is happeneing and due to this im getting delayed in everything. please help me out @deeplearning.ai
Please click my name and message your notebook as an attachment.
@ppoon
Either your assignment notebook is obsolete or you’ve made too many changes where not required.
According to the starter code in the latest version of the notebook, create_model
should return the model and not prediction for the test value 7.
Please grab the latest version of the notebook.
See Refresh your Lab Workspace
section here
If you’ve already done this, contact coursera help
@ppoon
The error does make sense. house_model()
should return a Model
instance and not a numpy array.
Did you rename your original notebook before refreshing the workspace?
If you confirm that you didn’t get the starter code after refreshing the workspace the right way, I’ll file a ticket to let the staff get in touch with you.
There’s no point in opening a ticket. You should rename / remove your original notebook for the coursera infrastructure to provide a new starter code.
Here’s how you contact contact coursera help regarding labs.
hello. my assignment is correct but I received zero point. why it happened?
and when I upgraded the lab, the keras became undefined in that. please help me regarding this. since I have a limited time
Please click my name and message your notebook as an attachment.
my result is correct but still grade 0
Failed test case: prediction is NOT close enough to 4.0 for houses with 7 bedrooms.
Expected:
a value close to 4.0 (with absolute tolerance of 0.05),
but got:
399.9998779296875.
@Ng_Hoi_Yee
You’ve ignored the hint regarding model return value in the notebook.
I’ve tried and i passed… i just did the same thing as before. still didn’t know what was the issue but i passed it now.
Same error, how do you solve it?
which code got error?