Skip to content
Snippets Groups Projects
Commit d8b47c28 authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

cte

parent 0eac4d61
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ do
$python_bin/crudini --set $config_file TRAIN_PARAMS rounds $batches_per_comm_round
$python_bin/crudini --set $config_file TRAIN_PARAMS batch_size $batchsize
$python_bin/crudini --set $config_file DATASET random_seed $seed
$env_python $eval_file -ro 0 -tea $test_after -ld $log_dir -wsd $weight_store_dir -mid $m -ps $procs_per_machine -ms $machines -is $new_iterations -gf $graph -ta $test_after -cf $config_file -ll $log_level
$env_python $eval_file -ro 0 -cte 1 -tea $test_after -ld $log_dir -wsd $weight_store_dir -mid $m -ps $procs_per_machine -ms $machines -is $new_iterations -gf $graph -ta $test_after -cf $config_file -ll $log_level
echo $i is done
sleep 200
echo end of sleep
......
......@@ -32,4 +32,4 @@ sampler = equi_check_history
[SHARING]
sharing_package = decentralizepy.sharing.DPSGDRWAsync
sharing_class = DPSGDRWAsync
rw_chance=0.25
rw_chance=1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment