diff options
author | Lumin Zhou <CDLuminate@users.noreply.github.com> | 2015-09-04 04:38:43 +0000 |
---|---|---|
committer | Lumin Zhou <CDLuminate@users.noreply.github.com> | 2015-09-04 04:38:43 +0000 |
commit | 1bdc18c5beb4c6e679ed359eb707be8822306ea5 (patch) | |
tree | 0ee233da7030cda3c04562a17e78145c2e75e4b2 /tools | |
parent | 04861271cc537d400e8a74eab1afa4d7ddc18716 (diff) | |
download | caffeonacl-1bdc18c5beb4c6e679ed359eb707be8822306ea5.tar.gz caffeonacl-1bdc18c5beb4c6e679ed359eb707be8822306ea5.tar.bz2 caffeonacl-1bdc18c5beb4c6e679ed359eb707be8822306ea5.zip |
Update extract_features.cpp
Diffstat (limited to 'tools')
-rw-r--r-- | tools/extract_features.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract_features.cpp b/tools/extract_features.cpp index 365dd495..084c9bf8 100644 --- a/tools/extract_features.cpp +++ b/tools/extract_features.cpp @@ -42,7 +42,7 @@ int feature_extraction_pipeline(int argc, char** argv) { " save_feature_dataset_name1[,name2,...] num_mini_batches db_type" " [CPU/GPU] [DEVICE_ID=0]\n" "Note: you can extract multiple features in one pass by specifying" - " multiple feature blob names and dataset names seperated by ','." + " multiple feature blob names and dataset names separated by ','." " The names cannot contain white space characters and the number of blobs" " and datasets must be equal."; return 1; |