Python
CXYYL
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python 常用基础-注意事项
python 常用基础及注意事项原创 2023-01-12 11:25:04 · 234 阅读 · 0 评论 -
python-Opencv
python - opencv原创 2023-01-11 08:54:48 · 186 阅读 · 0 评论 -
PyTorch bug 总结(持续更新)
附加参考 Bug1: libtorch C++ 部署时遇到,编译通过,运行报错 UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. 解决办法: 这是 pytorch1.9 的bug,原创 2022-03-04 09:52:06 · 2000 阅读 · 0 评论 -
Windows python 环境配置
python 安装 pip 更新 ipython 安装 python常用模块安装 numpy 数学库 使用清华镜像 - pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple - pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple原创 2021-11-23 11:26:03 · 691 阅读 · 0 评论
分享