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

cte reddit

parent d8b47c28
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ graph=96_regular.edges
config_file=~/tmp/config.ini
procs_per_machine=16
machines=6
global_epochs=60
global_epochs=80
eval_file=testing.py
log_level=INFO
......@@ -53,7 +53,7 @@ export PYTHONFAULTHANDLER=1
# Base configs for which the gird search is done
# "step_configs/config_reddit_sharing.ini"
tests=("step_configs/config_reddit_jwins+.ini" "step_configs/config_reddit_topkacc.ini" "step_configs/config_reddit_subsampling.ini")
tests=("step_configs/config_reddit_sharing.ini" "step_configs/config_reddit_jwins+.ini" "step_configs/config_reddit_topkacc.ini" "step_configs/config_reddit_subsampling.ini")
# Learning rates
lr="1"
# Batch size
......@@ -107,9 +107,9 @@ do
$python_bin/crudini --set $config_file TRAIN_PARAMS batch_size $batchsize
$python_bin/crudini --set $config_file DATASET random_seed $seed
$python_bin/crudini --set $config_file SHARING alpha 0.167
$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
sleep 300
echo end of sleep
done
done
......
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