摘要:
今天用pip安装pyTorch的时候 走进度条下载whl到一半出错File is not a zip file 看情况应该是下载到一半导致文件损坏 搜索了一下找到了方法: 复制出来下载失败的.whl文件地址 放到迅雷之类的下载工具里下载 然后在控制台cd到下载后的.whl文件 pip install 阅读全文
摘要:
翻译自:https://css-tricks.com/centering-css-complete-guide/ Centering things in CSS is the poster child of CSS complaining. Why does it have to be so har 阅读全文