Skip to content

Commit

Permalink
fix sparse_ssd_unseenday_threshold (PaddlePaddle#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmxdream committed Nov 7, 2022
1 parent 09c9abc commit 66c0395
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ def add_sparse_table_common_config(self, table, strategy):
'sparse_delta_keep_days', 16)
table.accessor.downpour_accessor_param.delete_after_unseen_days = strategy.get(
'sparse_delete_after_unseen_days', 30)
table.accessor.downpour_accessor_param.ssd_unseenday_threshold = strategy.get(
'sparse_ssd_unseenday_threshold', 1)
table.accessor.downpour_accessor_param.show_click_decay_rate = strategy.get(
'sparse_show_click_decay_rate', 0.98)
table.accessor.downpour_accessor_param.delete_threshold = strategy.get(
Expand Down

0 comments on commit 66c0395

Please sign in to comment.