Skip to content

Commit 2b744ca

Browse files
committed
Merge branch 'feature/persistent_granularity' of https://github.com/rai-project/mxnet-mirror into feature/persistent_granularity
2 parents 6a2043d + e48d886 commit 2b744ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/image-classification/predict-cpp/image-classification-predict.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ int main(int argc, char *argv[]) {
282282
MXSetProfilerState(0);
283283

284284
// // Synset path for your model, you have to modify it
285-
// std::vector<std::string> synset = LoadSynset(synset_file);
285+
// std::vector<std::string> synset = LoadSynset(synset_file);
286286

287287
// // Print Output Data
288288
// PrintOutputResult(data, size, synset);

0 commit comments

Comments
 (0)