I am getting error like this until submitting the final test:
You might have accidentally change code outside (start code here… end code here), for example, you might have deleted “# UNQ_C” comment, etc.
You might also have a cell in your notebook that produces an error (the grader cannot continue because of it).
There are general guidelines at the top of every Assignment Notebook:
Before submitting your assignment to the AutoGrader, please make sure you are not doing the following:
- You have not added any extra
- You have not added any extra code cell(s) in the assignment.
- You have not changed any of the function parameters.
- You are not using any global variables inside your graded exercises. Unless specifically instructed to do so, please refrain from it and use the local variables instead.
- You are not changing the assignment code where it is not required, like creating extra variables.
Finding the error that causes the grader to fail is sometimes harder (takes more time) than completing a fresh copy of the notebook (of course, with you previous work saved first) so it’s up to you to decide the way forward.
Cheers
Thanks for your reply. How I can get the fresh copy ?
I am doing classification-vector-spaces-in-nlp
How to Refresh your Workspace:
Option 1 - Using Lab Help
- Open the assignment.
- After the assignment opens up, click "File" (top left) and then "Open…"
- When your workspace opens, select the check box before your assignment file. After it is selected, press "Shutdown".
- Using the same procedure mentioned above, "Rename" your file. For instance you can change it from assignment_name.ipynb to assignment_name_v2.ipynb. By doing this you’ll be able to save your current progress on the assignment after the latest assignment file is fetched.
- Using the same procedure, "Delete" any other file, if any, that you want to get a fresh copy of.
- After renaming your file, click on the "Help" button on the top right of the page. From the panel that opens, click "Get latest version" button, and then "Update lab".
- After the page reloads go to File → Open… , as described in (2)
- Now you’ll see two notebook files. The one you renamed (as done in step 4) will have your previous progress, and the latest version. (Depending on how many previous versions you have kept saved, you could have more than two assignment files in the worksapce)
Option 2 - via URL
- Follow the steps 1 to 5 as mentioned in Option 1.
- In the URL of the page append “?forceRefresh=true” at the end of it. For instance, coursera.org will become coursera.org?forceRefresh=true
- Follow the steps 7 and 8.