4 - Evaluation, getting stuck, browser crash, etc

I had a lot of problems with chapter 4. I wasn’t able to load model model.init_from_file('model.pkl.gz', weights_only=True). It tooks 20+ minutes, every time browser crash (i’ve tried several times).

I’ve download all files and tried on my computer in Visual Studio Code with Jupiter extension. Execution stuck in the same place - model loading. What is interesting, CPU was used for ~10 minutes and then idle, however, Jupyter cell was still “in progress”.

Eventually I’ve manage to UNQ_C9 and UNQ_10 without executing code - just by submitting assignment.

Something is wrong with this code or with Jupiter resources.

Best Regards,
Jarek

Hi @kwant

In cases like these I think it’s always good to refresh the workspace since there’s a chance of some lurking aspect of your implementation.

In other words, save your work locally and start from scratch. This way you eliminate many unknowns.