chenjoya / chenjoya/Caffe_MultiLabel_Classification
recompile error!!!!
未關閉
- 主要語言
- C++
- 星號
- 71
- 分支
- 35
- PR 合併指標
- 30 天內沒有已合併 PR
描述
examples/cpp_classification/classification_multilabel.cpp:113:3: warning: 'auto' changes meaning in C++11; please remove it [-Wc++0x-compat]
auto output = Predict(img);
^
examples/cpp_classification/classification_multilabel.cpp:113:8: error: 'output' does not name a type
auto output = Predict(img);
^
examples/cpp_classification/classification_multilabel.cpp:116:35: error: 'output' was not declared in this scope
std::vector maxN1 = Argmax(output[0], N1);
Thanks!
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。