Skip to content

Commit

Permalink
Jason Bell - removed another import statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbell13 committed Oct 3, 2023
1 parent e2ab4f4 commit e265d46
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ For this lesson, we will be using an existing image dataset known as CIFAR-10 th
### Load data

```python
# load the keras packages which includes the CIFAR-10 dataset that will be used.
from tensorflow import keras

# load the CIFAR-10 dataset from the keras library for will be used.
(train_images, train_labels), (val_images, val_labels) = keras.datasets.cifar10.load_data()
```

Expand Down

0 comments on commit e265d46

Please sign in to comment.