Hi everybody,
I can’t run the code:
def compute_model_output (x, w, b)
It says “Syntaxerror”
I tried to run it on the course lab and also on my own JupyterNotebook, but it doesn’t run in either of them.
What can I do?
Hi everybody,
I can’t run the code:
def compute_model_output (x, w, b)
It says “Syntaxerror”
I tried to run it on the course lab and also on my own JupyterNotebook, but it doesn’t run in either of them.
What can I do?
Hello @AzzEH,
It’s likely that some code had been changed.
Normally we need the whole error traceback (see this example) in screenshot or text copy for us to be able to give more specific suggestion, like how to change the code back. However, for this time I think it would be quicker for you to just get a new copy of the optional lab. Please see these instructions.
Cheers,
Raymond
Thank’s for your answer and you’re right it will be quicker!