-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
《联邦学习实战》 #1
Comments
你好,感谢关注,这本书会在近期出版,预计在3月底。 |
你好,运行《联邦学习实战》第三章时出现with open(args.conf, 'r') as f: |
同样遇到这个问题?请问你解决了嘛 |
你好:
是的,是路径问题,你把它改成那个配置文件的路径试试,我是这么改的,可以运行了。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年6月28日(星期一) 中午11:54
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [FederatedAI/Practicing-Federated-Learning] 《联邦学习实战》 (#1)
你好,运行这个《学生学习实战》第三章时出现 with open(args.conf, 'r') as f:
TypeError: expected str, bytes or os.PathLike object, not NoneType question
?是路径问题吗?
同样遇到这个问题?请问你解决了嘛
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
好的,谢谢了,配置文件路径我没有设置
|
不客气,你好,请问你是学生在做这个研究方向吗?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年6月29日(星期二) 上午10:37
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [FederatedAI/Practicing-Federated-Learning] 《联邦学习实战》 (#1)
好的,谢谢了,配置文件路径我没有设置
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
是的,准研一,现在在学习FL
|
好的好的,希望可以多多交流,我马上研二了,目前打算做这个方向,但具体还不是太明确,可以加个联系方式吗?这个邮箱是我的qq号,不介意的话,可以互相学习。
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年6月30日(星期三) 下午4:39
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [FederatedAI/Practicing-Federated-Learning] 《联邦学习实战》 (#1)
是的,准研一,现在在学习FL
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
可以的,942541031
|
嘿 大家好 我也想和大家一起学fl 我们建个学习交流群? 我微信号是Dreamer3020 |
你好,我也遇到一样的问题,请问具体修改哪里就行了呢?怎么修改配置文件的路径呢?谢谢 |
In main.py, try changing: |
python main.py --conf='./utils/conf.json' 和我说文件不存在 |
这个是要在Pycharm里运行-编辑配置里设置
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: yd-wang ***@***.***>
发送时间: 2022年5月25日 21:52
收件人: FederatedAI/Practicing-Federated-Learning ***@***.***>
抄送: LiChiCheer ***@***.***>, Comment ***@***.***>
主题: Re: [FederatedAI/Practicing-Federated-Learning] 《联邦学习实战》 (#1)
python main.py --conf='./utils/conf.json' 和我说文件不存在
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
第15章中差分隐私下联邦学习的代码,在联邦学习进行模型聚合后,添加噪声会导致模型预测值均为Nan,导致loss为Nan,acc为10,请问这是为什么 |
你好,请问《联邦学习实战》这本书出版了吗?网上没搜到这本书。谢谢!
The text was updated successfully, but these errors were encountered: