Skip to content

Commit

Permalink
fix(log): typo in ncnn model log
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed May 15, 2021
1 parent 893217b commit 0163b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backends/ncnn/ncnnmodel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace dd
{
logger->info(
"could not find ncnn model, converting caffe model {}"
"in repository {}",
" in repository {}",
caffe_weightsf, _repo);
}
// try to generate ncnn files from caffe files
Expand Down

0 comments on commit 0163b02

Please sign in to comment.