We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175182b commit 822d7e3Copy full SHA for 822d7e3
ml4h/recipes.py
@@ -1091,7 +1091,7 @@ def _predict_scalars_and_evaluate_from_generator(
1091
for tm in tensor_maps_protected:
1092
protected_data[tm].extend(np.copy(output_data[tm.output_name()]))
1093
1094
- for tm_output_name, y in predictions_dict:
+ for tm_output_name, y in predictions_dict.items():
1095
if tm_output_name in scalar_predictions:
1096
scalar_predictions[tm_output_name].extend(np.copy(y))
1097
0 commit comments