摘要: 问题描述:使用PyCharm中pip安装包时特别慢。 解决方法:换成国内镜像源 方案一:指定镜像地址 pip 命令中添加 -i 参数指定镜像地址,如: pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple 其他可用镜像地址包括: # 阅读全文
posted @ 2022-03-12 05:36 一一风和橘 阅读(5064) 评论(0) 推荐(0) 编辑
摘要: 本文记录使用 Pycharm 设置 Python 脚本模板 即在 .py 文件开头添加编码语法声明、shebang 标记、作者信息等内容 Settings —— Editor —— File and Code Templates —— Python Script,添加: # -*- coding: 阅读全文
posted @ 2022-03-12 05:31 一一风和橘 阅读(342) 评论(0) 推荐(0) 编辑
摘要: 安装 $ pip install tensorboardX $ pip install tensorboard # 使用GPU的情况下,需要安装 $ pip install tensorflow-gpu==2.3.0 版本需要和cuda版本一致,否则报cudart64_110.dll not fou 阅读全文
posted @ 2022-03-12 05:30 一一风和橘 阅读(126) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示