diff --git a/episodes/02-image-data.md b/episodes/02-image-data.md index d900d5a1..ea414285 100644 --- a/episodes/02-image-data.md +++ b/episodes/02-image-data.md @@ -377,6 +377,7 @@ Inspect the training and validation sets we created. How many samples does each set have and are the classes well balanced? Hint: Use `np.sum()` on the '*_labels' to find out if the classes are well balanced. + :::::::::::::::::::::::: solution A. Training Set