diff options
| author | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-12 19:54:56 -0400 |
|---|---|---|
| committer | Matt Cooper <matthew_cooper@brown.edu> | 2016-08-12 19:54:56 -0400 |
| commit | 6e6923a0e11d3b9bcaf3ceae390e499569e6f8a7 (patch) | |
| tree | aa7698bf29ea97228fcd90d9a2609c411dded40f /Code/avg_runner.py | |
| parent | df4b468523a7e4dedd0a116f4e455b7aa6ab7184 (diff) | |
Updated cmd line options
Diffstat (limited to 'Code/avg_runner.py')
| -rw-r--r-- | Code/avg_runner.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Code/avg_runner.py b/Code/avg_runner.py index 5de994b..5bf1e90 100644 --- a/Code/avg_runner.py +++ b/Code/avg_runner.py @@ -104,12 +104,12 @@ def usage(): print '-n/--name= <Subdirectory of ../Data/Save/*/ in which to save output of this run>' print '-O/--overwrite (Overwrites all previous data for the model with this save name)' print '-T/--test_only (Only runs a test step -- no training)' - print '-H/--help (prints usage)' - print '--stats_freq= <how often to print loss/train error stats, in # steps>' - print '--summary_freq= <how often to save loss/error summaries, in # steps>' - print '--img_save_freq= <how often to save generated images, in # steps>' - print '--test_freq= <how often to test the model on test data, in # steps>' - print '--model_save_freq= <how often to save the model, in # steps>' + print '-H/--help (Prints usage)' + print '--stats_freq= <How often to print loss/train error stats, in # steps>' + print '--summary_freq= <How often to save loss/error summaries, in # steps>' + print '--img_save_freq= <How often to save generated images, in # steps>' + print '--test_freq= <How often to test the model on test data, in # steps>' + print '--model_save_freq= <How often to save the model, in # steps>' def main(): |
