Skip to content

Commit 03d53b1

Browse files
authored
Fixed a small comment in Part2_BiasAndUncertainty.ipynb
1 parent 48503dc commit 03d53b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lab3/Part2_BiasAndUncertainty.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@
310310
"# Get all faces from the testing dataset\n",
311311
"test_imgs = test_loader.get_all_faces()\n",
312312
"\n",
313-
"# Call the Capsa-wrapped classifier to generate outputs: predictions, uncertainty, and bias!\n",
314-
"#predictions, uncertainty, bias = wrapped_model.predict(test_imgs, batch_size=512)\n",
313+
"# Call the Capsa-wrapped classifier to generate outputs: a RiskTensor dictionary consisting of predictions, uncertainty, and bias!\n",
315314
"out = wrapped_model.predict(test_imgs, batch_size=512)\n"
316315
]
317316
},

0 commit comments

Comments
 (0)