Skip to content

Commit 9b60aa2

Browse files
committed
Merge branch 'master' of https://github.com/wang-xinyu/tensorrtx
2 parents cb2aa5e + 64c4b43 commit 9b60aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inception/inceptionv4/utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Load weights from files.
55
// TensorRT weight files have a simple space delimited format:
66
// [type] [size] <data x size in hex>
7-
std::map<std::string, Weights> loadWeights(const std::string input) {
7+
std::map<std::string, Weights> loadWeights(const std::string file) {
88
std::cout << "Loading weights: " << file << std::endl;
99
std::map<std::string, Weights> weightMap;
1010

0 commit comments

Comments
 (0)