pytorch学习路上遇到的坑
关于pytorch初次运行时,出现了这样的错误:
TimeoutError: Lock error: Matplotlib failed to acquire the following lock file: C:\Users\Administrator.matplotlib\fontlist-v330.json.matplotlib-lock This maybe due to another process holding this lock file. If you are sure no other Matplotlib process is running, remove this file and try again.
问题的解决方法:
根据上述提示找到fontlist-v330.json.matplotlib-lock文件删除就可以。
删除之后就可以正常运行。
如果担心该文件可能有用,可以在正常运行一次之后再添加回去。