未验证 提交 b28d4a82 编写于 作者: Z zhang wenhui 提交者: GitHub

fix fleet_desc delete_after_unseen_day bug in node.py (#20091)

上级 cf6919bf
......@@ -75,7 +75,7 @@ class DownpourServer(Server):
'sparse_accessor_class', 'sparse_learning_rate', 'sparse_initial_g2sum', 'sparse_initial_range', \
'sparse_weight_bounds', 'sparse_embedx_dim', 'sparse_embedx_threshold', 'sparse_nonclk_coeff', \
'sparse_click_coeff', 'sparse_base_threshold', 'sparse_delta_threshold', 'sparse_delta_keep_days', \
'sparse_show_click_decay_rate', 'sparse_delete_threshold']
'sparse_delete_after_unseen_days', 'sparse_show_click_decay_rate', 'sparse_delete_threshold']
for key in strategy:
if key not in support_sparse_key_list:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册