-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fluid下缺乏正则项示例 #8697
Comments
您好,这样写是可以的,看上去报错并不是因为使用了正则项 |
添加了regularization=fluid.regularizer.L2DecayRegularizer(regularization_coeff=0.1)这一行后就会报错,去掉就能正常运行。应该还是正则项的问题吧。能否提供一个包含正则项了fluid下的示例,这样也可以作为参考。 |
@jshower 你跑的是哪个模型,我这边复现一下 |
我是在自己写的一个脚本上出现的这个问题的,但是我发现我在paddle给出的例子上添加正则项,也会出现同样的问题。比如说下面这个例子
错误类型和之前在我的脚本上直接改动是相同的。 |
这个问题有解决方案吗,我在Paddle/python/paddle/fluid/tests/book/test_label_semantic_roles.py发现存在同样的问题。 |
@jshower 这里应该是有个bug,现在还在找,估计这两天能修复。 |
@jshower 您好,问题已经定位到,原因就是test_machine_translation.py里面有的参数是sparse的,所以在做正则化的时候就会出问题。现在正在修复。 |
辛苦修复后在这个issue里告知一下,谢谢! |
@jshower 好的,已经开始review了 |
@jshower 现在可以用了,test_machine_translation.py 里面也加了正则项 Paddle/python/paddle/fluid/tests/book/test_machine_translation.py Lines 184 to 187 in 5a159f3
|
你好,我在进行fulid下的实验时,没有找到fulid下使用正则项的例子。能否提供一个使用正则项的例子,感觉还是很有必要的。
我试着用了一下正则项
结果爆出了后面的错误。
The text was updated successfully, but these errors were encountered: