Cell #4. Can’t compile the student’s code. Error: <HTTPError 403: ‘Forbidden’>
The assigment don’t give a grade because of it
Cell #4. Can’t compile the student’s code. Error: <HTTPError 403: ‘Forbidden’>
The assigment don’t give a grade because of it
Since this is Week 3 of GANs Course 1, I assume you did not have any problems with the notebooks in Week 1 or Week 2. If that’s true, then is there anything different about your network environment now than when you did the previous exercises? E.g. that you were working at home before and now you’re in the office or at school? The HTTP 403 error is a permission denied error, so the first thought is that this is an IT problem either on your computer or in your local area network: some A/V or proxy or firewall is blocking access to some aspect of the grader website.
The other possibility is that your notebook is damaged in some way. Here’s one easy experiment to try:
The point is that the grader does not need to see the generated output from running your notebook: it only needs to call your functions to test them. Sometimes the output of running the training can be quite voluminous and can contain syntax that confuses the grader.
The first step other than answering my questions in the first paragraph would be to try that experiment and then let us know whether it helps or not.