Skip to content
Snippets Groups Projects
Commit e4134997 authored by Erick Lavoie's avatar Erick Lavoie
Browse files

Diminished the number of logging processes to speed up evaluation

parent 0da269ce
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ export PYTHONPATH=$TOOLS
# used by the simulator. For a list of available options for each
# command, run 'export PYTHONPATH=.; <command> --help'.
setup/meta.py \
--log INFO \
--script $SCRIPT_DIR/`basename "$0"` \
--results-directory $SCRIPT_DIR/tmp \
--seed 1 |
......@@ -38,6 +39,6 @@ simulate/algorithm/d_sgd.py \
--learning-rate 0.002 |
simulate/logger.py \
--accuracy-logging-interval 10\
--nb-processes 8 |
--nb-processes 1 |
simulate/run.py \
--nb-epochs 100;
......@@ -14,6 +14,7 @@ export PYTHONPATH=$TOOLS
# used by the simulator. For a list of available options for each
# command, run 'export PYTHONPATH=.; <command> --help'.
setup/meta.py \
--log INFO \
--script $SCRIPT_DIR/`basename "$0"` \
--results-directory $SCRIPT_DIR/tmp \
--seed 1 |
......@@ -38,6 +39,6 @@ simulate/algorithm/d_sgd.py \
--learning-rate 0.002 |
simulate/logger.py \
--accuracy-logging-interval 10\
--nb-processes 8 |
--nb-processes 1 |
simulate/run.py \
--nb-epochs 100;
......@@ -14,6 +14,7 @@ export PYTHONPATH=$TOOLS
# used by the simulator. For a list of available options for each
# command, run 'export PYTHONPATH=.; <command> --help'.
setup/meta.py \
--log INFO \
--script $SCRIPT_DIR/`basename "$0"` \
--results-directory $SCRIPT_DIR/tmp \
--seed 1 |
......@@ -36,6 +37,6 @@ simulate/algorithm/d_sgd.py \
--learning-rate 0.002 |
simulate/logger.py \
--accuracy-logging-interval 10\
--nb-processes 8 |
--nb-processes 1 |
simulate/run.py \
--nb-epochs 100;
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