TF1 Course 2 Week 1 assignment, I finished the relevant coding and reach the threshold for training and validation accuracy of cat-vs-dogs task. However, when running the download history block, the kernel seemed stuck and no clear output or error message unless I stopped running the block, same issue when I tried to runt the meta checker. I saved the notebook to my local drive and finished all coding works, please help me, thanks!
You can comment files.download('history.pkl')
if you’re running the notebook on an environment other than google colab. If you’re running on colab, it’s possible that your browser is blocking the download action. Could you please check?
Meta data check script is configured to run on google colab and not on your machine.
Thanks for your reply, I did get the history.pkl file after running the block (although the kernel kept busy unless manually stop) and the file passed the grader after I uploading it, anyway, thanks for your advice.