@Fausto_Blasco, thanks for your report.
Yes, just checked and it works! Thanks @TMosh and team for your help resolving the issue
The issueās been resolved on my side at least.
Thanks for your report.
Hi, @TMosh, as you said, I opened a new notebook and ran the same code, but I get the same error as before. Was there anything else I need to know?
Once you opened the new notebook, you need to update it with the correct code for the assignment.
The process worked fine for me.
Thank you for your response. I succeeded in executing it by loading the imagenet weight that was already saved in the lab directory directly, and I solved it by returning it to the original code when I submitted it and saving it.
Hi @TMosh , where can i get this new notebook
When you visit the course page that displays the notebook, it is automatically placed in your folder. You can tell if you have the new notebook because there is a āversion numberā in the first code cell.
That is extremely unexpected and should not have been necessary.
The version number should be 2.1
@rical, when you open the notebook that contains your code, do you see this as the first code cell?
If not, then youāre still using the old notebook.
I donāt know why, but at least in my case, it didnāt automatically change to the 2.1 version of the file. I renamed the existing 1.1 version and manually updated the Lab version, and the 2.1 version appeared. Thanks for the help.
Thatās not how itās supposed to happen.
Never run any of your notebook files after you rename them.
Your original notebook would have been renamed automatically to include a date and time code in the file name.
You are automatically given a new clean copy of the notebook under the original file name.
You open that new file, then open your renamed file in another browser window, and then carefully use copy-and-paste to move the code you added into the new notebook. Do not copy-and-paste the entire old notebook, and donāt copy-and-paste entire cells. Just copy the lines where you need to replace āNoneā in the new notebook.