
python学习
python学习
安心不心安
自己所学的都会发博客,如果对你有用 可以点个关注
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python联邦学习syft实现线性回归
【代码】python联邦学习syft实现线性回归。原创 2023-10-16 16:00:35 · 136 阅读 · 0 评论 -
python联邦学习syft基本操作综合案例
【代码】python联邦学习syft基本操作综合案例。原创 2023-10-16 15:07:11 · 337 阅读 · 0 评论 -
python联邦学习syft张量与指针的基本操作
【代码】python联邦学习syft张量与指针的基本操作。原创 2023-10-16 14:26:42 · 131 阅读 · 0 评论 -
pip镜像源
清华:https://pypi.tuna.tsinghua.edu.cn/simple/阿里云:https://mirrors.aliyun.com/pypi/simple/豆瓣:https://pypi.douban.com/simple/原创 2023-10-14 21:40:12 · 93 阅读 · 0 评论 -
python联邦学习syft安装
2.成功安装syft,但是运行失败,报错:protobuf版本过高,需要降到3.20.x或者更低版本,可以采用以下命令降低protobuf版本。主要安装模块:syft 0.2.4,torch 1.4.0+cu92,torchvision 0.5.0+cu92。1.syft安装失败,报错:torch==1.4.0版本找不到的情况,可以采用以下命令进行安装syft。python版本3.7。原创 2023-10-14 21:21:24 · 1037 阅读 · 0 评论