logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

出现报错:This application failed to start because no Qt platform plugin could be initialized.

使用matplotlib库绘图或是展示图像时,出现了这个报错:This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

文章图片
#python#matplotlib
pytorch报错:torch没有‘_six‘属性、six没有‘string_classes‘属性

摘要:PyTorch版本兼容性问题常见于复现代码时,表现为module 'torch' has no attribute '_six和AttributeError: module 'six' has no attribute 'string_classes'错误。前者因新版PyTorch移除了torch._six模块,后者因新版six库移除string_classes属性,本文分别给出了它们的解决

#python#pytorch
第零章 随便写写

这是python学习笔记系列的第一篇,随便聊了点东西~

#python
到底了