summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKai Li <1196594711@qq.com>2015-10-30 00:46:08 +0800
committerKai Li <1196594711@qq.com>2015-10-30 00:46:08 +0800
commit5925fa8ed94e9af02449f853b06f252ac5f4c364 (patch)
tree39f32291e706f8d19edc1a149ea6bb7861cb80aa /tools
parentca4e3428bd40ba5b4ba941a7781d0d16d0726005 (diff)
downloadcaffeonacl-5925fa8ed94e9af02449f853b06f252ac5f4c364.tar.gz
caffeonacl-5925fa8ed94e9af02449f853b06f252ac5f4c364.tar.bz2
caffeonacl-5925fa8ed94e9af02449f853b06f252ac5f4c364.zip
Update plot_training_log.py.example
I find there is no plot_log.sh file
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extra/plot_training_log.py.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extra/plot_training_log.py.example b/tools/extra/plot_training_log.py.example
index b6fda54e..4d3ed0d1 100755
--- a/tools/extra/plot_training_log.py.example
+++ b/tools/extra/plot_training_log.py.example
@@ -150,7 +150,7 @@ Be warned that the fields in the training log may change in the future.
You had better check the data files and change the mapping from field name to
field index in create_field_index before designing your own plots.
Usage:
- ./plot_log.sh chart_type[0-%s] /where/to/save.png /path/to/first.log ...
+ ./plot_training_log.py chart_type[0-%s] /where/to/save.png /path/to/first.log ...
Notes:
1. Supporting multiple logs.
2. Log file name must end with the lower-cased "%s".