Skip to content

Commit

Permalink
Remove wrong log
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 15, 2019
1 parent 4f3f345 commit 5366045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/onnx2bnn/OnnxConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ void OnnxConverter::Convert(const ONNX_NAMESPACE::ModelProto &model_proto,
}
operands_.push_back(tensor.name());
}
VLOG(5) << "We get " << onnx_bin_tensors_.size() << " binary weight and "
<< onnx_float_tensors_.size() << " float weight";

vector<flatbuffers::Offset<flatbnn::Input>> inputs;
for (const auto &input : model_proto_.graph().input()) {
Expand Down

0 comments on commit 5366045

Please sign in to comment.