Skip to content

Commit 92875f0

Browse files
committed
tutorial updated
1 parent 3854e81 commit 92875f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/03-advanced/deep_convolutional_gan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the [Deep Convolutional GAN(DCGAN)](https://arxiv.org/abs/1511.06434), the au
88

99
## Usage
1010

11-
#### 1. Install dependencies
11+
#### 1. Install the dependencies
1212
```bash
1313
$ pip install -r requirements.txt
1414
```

tutorials/04-utils/tensorboard/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In this tutorial, we implement the MNIST classifier using a simple neural networ
88

99
## Usage
1010

11-
#### 1. Install dependencies
11+
#### 1. Install the dependencies
1212
```bash
1313
$ pip install -r requirements.txt
1414
```

0 commit comments

Comments
 (0)