Skip to content

Commit

Permalink
removed unnecessary cout (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit committed Apr 4, 2021
1 parent 508324c commit 55620cc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions engine/src/nn/mxnetapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,6 @@ void MXNetAPI::fill_model_paths(const string& strPrecision)
vector<string> files = get_directory_files(modelDir);
if (strPrecision == "int8") {
const vector<string>& int8Files = get_items_by_elment(files, "int8", true);
for (auto s : int8Files) {
cout << s << endl;
}
if (int8Files.size() < 2) { // we need at least to files
info_string("No int8 model weights were found in directory " + modelDir);
info_string("Falling back to float32 weights.");
Expand Down

0 comments on commit 55620cc

Please sign in to comment.