Commit 9a784d8a by zlj

fix topk setting

parent 1e0001f7
......@@ -11,11 +11,11 @@ node_per="1"
nnodes="1"
node_rank="0"
probability_params=("0.1" )
sample_type_params=("recent")
sample_type_params=("boundary_decay")
#"boundery_recent_decay")
#sample_type_params=("recent" "boundery_recent_decay") #"boundery_recent_uniform")
#memory_type=("all_update" "p2p" "all_reduce" "historical" "local")
memory_type=("local")
memory_type=("historical")
#"historical")
#memory_type=("local" "all_update" "historical" "all_reduce")
shared_memory_ssim=("0.3" "0.7")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment