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) {
556
+
for (constauto& nnVersionEntry : NNVersionsDictionary) {
557
557
if (networkVersion == nnVersionEntry.versionName && inputDimensions == nnVersionEntry.numberOfFeatures) {
558
558
nnVersion = nnVersionEntry.versionNumber;
559
559
break;
560
560
}
561
561
}
562
562
if (nnVersion == 0) {
563
-
LOG(fatal) << "createNetworkPrediction(): networkVersion '" << networkVersion << "' and number of features " << inputDimensions << " are not compatible according to nnVersionsDictionary";
563
+
LOG(fatal) << "createNetworkPrediction(): networkVersion '" << networkVersion << "' and number of features " << inputDimensions << " are not compatible according to NNVersionsDictionary";
0 commit comments