We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hist_i = tf.layers.batch_normalization(inputs = hist_i) 如上代码,请问下为什么bn没有设置training参数呢? @zhougr1993
The text was updated successfully, but these errors were encountered:
我也觉得肯定有问题的 要有training参数 并且要 updat_ops操作 可能在新版dien有解决吧
Sorry, something went wrong.
DIEN源码也是这么写的,没有加training参数。不过我测试了一下,发现加上training参数效果反而变差了,有点迷惑...
No branches or pull requests
hist_i = tf.layers.batch_normalization(inputs = hist_i)
如上代码,请问下为什么bn没有设置training参数呢?
@zhougr1993
The text was updated successfully, but these errors were encountered: