Hi everyone,
I am accessing the “Trigger Word Detection” assignment. Whenever I try to open it, it is opening but stopping at this:
No matter how many times I reload, it doesn’t work. Please help me out.
Thanks.
Hi everyone,
I am accessing the “Trigger Word Detection” assignment. Whenever I try to open it, it is opening but stopping at this:
No matter how many times I reload, it doesn’t work. Please help me out.
Thanks.
Is this the first time you are opening that notebook? Or did you open it previously and work on the assignment? The reason I ask is that I am able to load a clean version of that notebook with no problem, but when I try to open a copy that has been completed and fully executed, the size of the resultant image is pretty large (one is 15MB and another is 30MB) and it hangs in a similar way to what you are showing. The clean notebook that has not be run is 72kB and it opens fully with no problem.
It’s possible that the servers are just slow right now and can’t handle loading a really large image. One thing to try would be to log out of Coursera and back in again and then try opening that notebook again. Maybe you will get lucky and get assigned to a different VM instance that is less heavily loaded.
Once you have completed the assignment and run all the cells to make sure everything is working correctly, it is a good idea to “clear” the output before you submit to the grader:
Kernel -> Restart and Clear Output
Save
Submit
The grader does not need to see your generated output: it only needs to call your functions. So you can make things a lot more efficient by not submitting the 15MB of generated output to the grader.
hi @gent.spah thanks a lot, it opened
hi @paulinpaloalto thanks for your help. it’s opening now