You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for (constauto& nnVersionEntry : nnVersionsDictionary) {
555
+
for (constauto& nnVersionEntry : NNVersionsDictionary) {
556
556
if (networkVersion == nnVersionEntry.versionName && inputDimensions == nnVersionEntry.numberOfFeatures) {
557
557
nnVersion = nnVersionEntry.versionNumber;
558
558
break;
559
559
}
560
560
}
561
561
if (nnVersion == 0) {
562
-
LOG(fatal) << "createNetworkPrediction(): networkVersion '" << networkVersion << "' and number of features " << inputDimensions << " are not compatible according to nnVersionsDictionary";
562
+
LOG(fatal) << "createNetworkPrediction(): networkVersion '" << networkVersion << "' and number of features " << inputDimensions << " are not compatible according to NNVersionsDictionary";
0 commit comments