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 はまだ評価されていません。