diff options
author | Chuck Cho <chuck.cho@dextro.co> | 2016-06-02 14:35:14 -0400 |
---|---|---|
committer | Chuck Cho <chuck.cho@dextro.co> | 2016-06-02 14:35:14 -0400 |
commit | 7e7631f27e4145b9838b17d46bb1ffc42279b1e4 (patch) | |
tree | 88d77bc8f76ce9b3e3b832427745ee1f4ca46372 | |
parent | 3b5c6d0f286941bcc92a697a4688ede810e3c861 (diff) | |
download | caffeonacl-7e7631f27e4145b9838b17d46bb1ffc42279b1e4.tar.gz caffeonacl-7e7631f27e4145b9838b17d46bb1ffc42279b1e4.tar.bz2 caffeonacl-7e7631f27e4145b9838b17d46bb1ffc42279b1e4.zip |
Fixing a typo
-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 70446725..51c791e4 100644 --- a/tools/extract_features.cpp +++ b/tools/extract_features.cpp @@ -130,7 +130,7 @@ int feature_extraction_pipeline(int argc, char** argv) { txns.push_back(txn); } - LOG(ERROR)<< "Extacting Features"; + LOG(ERROR)<< "Extracting Features"; Datum datum; std::vector<int> image_indices(num_features, 0); |