jupyter notebook changes the label from numeric to [*] and then gives no output
When trying to open and run .ipynb file in Mozilla FireFiox the jupyter notebook, then after several clicking on the run button it starts writting [*] instead of [3],[4] etc and no output results afterwards. Please see the image above.
I have tried to reload the jupyter ipynb file and from time to time it works, but mostly it doesn’t
What you are describing by the label changing to [*] is the normal process when you execute cells. If things fail and give no output then you have a problem with the previous step.
Importantly, screenshots of tiny bits of a notebook aren’t a way to make such a post.
Screenshots in general are frowned upon.
If the code triggering the issue is consistent and other code runs and never causes a problem then it is a problem with that code or how many computational resources it needs.
I have detected the error: RuntimeError: The NVIDIA driver on your system is too old (found version 9010). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver.
I cannot find the right CUDA Driver version for my Windows 8.1 at http://www.nvidia.com/Download/index.aspx. Any help ? Nor the alternative advice works for me. Namely I cannot locate here (Previous PyTorch Versions | PyTorch) the right version of PyTorch. Thank you for any advice to this problem.