We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb2aa5e + 64c4b43 commit 9b60aa2Copy full SHA for 9b60aa2
inception/inceptionv4/utils.cpp
@@ -4,7 +4,7 @@
4
// Load weights from files.
5
// TensorRT weight files have a simple space delimited format:
6
// [type] [size] <data x size in hex>
7
-std::map<std::string, Weights> loadWeights(const std::string input) {
+std::map<std::string, Weights> loadWeights(const std::string file) {
8
std::cout << "Loading weights: " << file << std::endl;
9
std::map<std::string, Weights> weightMap;
10
0 commit comments