摘要:
1.Ubuntu18.04在安装lightdm之后重启后出现黑屏,光标左上角闪烁 2.nvidia-smi显示NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that th 阅读全文
摘要:
1.之前用Pyside2写过一个程序,用pyinstaller打包 2.在很久没有使用后再次使用该程序时出现ImportError: could not import module 'PySide2.QtWidgets' 3.发现在Anaconda/envs/(name)/Lib/site-pack 阅读全文
摘要:
1.pytorch报错:ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1,512,1,1]) 2.网上查找的原因为模型中用了batchnomolization, 阅读全文