
Python
文章平均质量分 69
嘻嘻仙人
生命不止,时常嘻嘻。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【Linux开发板pip安装库时报错解决】Error 28:No space left on device报错需要更换库的安装路径
【Linux开发板pip安装库时报错解决】Error 28:No space left on device报错需要更换库的安装路径,TMPDIR=/home/tmp pip3 install pandas --no-cache-dir -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn原创 2024-08-24 18:19:04 · 471 阅读 · 1 评论 -
【pytorch深度学习——小样本学习策略】网格搜索和遗传算法混合优化支持向量机的小样本学习策略进行预测
采用网格搜索和遗传算法混合优化支持向量机的小样本学习策略根据心率血氧进行预测疲劳度原创 2024-08-24 16:51:21 · 1418 阅读 · 0 评论 -
【已解决】pip3安装库时Could not fetch URL xxx:There was a problem confirming the ssl certificate:
使用pip3安装库时报错Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/numpy/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /simple/numpy/原创 2024-08-12 22:52:01 · 992 阅读 · 0 评论