Skip to content

Commit

Permalink
Jason Bell - Fixed challenge to hide answer
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbell13 committed Mar 26, 2024
1 parent 509b8c3 commit a983a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions episodes/02-image-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a983a94

Please sign in to comment.