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

cifar configs fix 3

parent eaaee8b7
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,8 @@ m=`cat $ip_machines | grep $(/sbin/ifconfig ens785 | grep 'inet ' | awk '{print
export PYTHONFAULTHANDLER=1
# Base configs for which the gird search is done
tests=("step_configs/config_celeba_sharing.ini" "step_configs/config_celeba_sharingWithRW.ini" "step_configs/config_celeba_sharingWithRWAsync.ini" "step_configs/config_celeba_dpsgdWithRWAsync" "step_configs/config_celeba_dpsgdWithRW" "step_configs/config_celeba_sharingWithRWAsyncDynamic")
# "step_configs/config_celeba_sharing.ini" "step_configs/config_celeba_sharingWithRW.ini" "step_configs/config_celeba_sharingWithRWAsync.ini"
tests=( "step_configs/config_celeba_dpsgdWithRWAsync.ini" "step_configs/config_celeba_dpsgdWithRW.ini" "step_configs/config_celeba_sharingWithRWAsyncDynamic.ini")
# Learning rates
lr="0.001"
# Batch size
......
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