未验证 提交 282e5489 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #5477 from tensor-tang/benchmark

reduce the lr in case of nan in small batchsize
......@@ -13,7 +13,7 @@ define_py_data_sources2(
settings(
batch_size=batch_size,
learning_rate=0.01 / batch_size,
learning_rate=0.001 / batch_size,
learning_method=MomentumOptimizer(0.9),
regularization=L2Regularization(0.0005 * batch_size))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册