tutorial updated

This commit is contained in:
yunjey
2017-05-28 20:14:45 +09:00
parent 3854e81216
commit 92875f0669
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ In the [Deep Convolutional GAN(DCGAN)](https://arxiv.org/abs/1511.06434), the au
## Usage ## Usage
#### 1. Install dependencies #### 1. Install the dependencies
```bash ```bash
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```

View File

@ -8,7 +8,7 @@ In this tutorial, we implement the MNIST classifier using a simple neural networ
## Usage ## Usage
#### 1. Install dependencies #### 1. Install the dependencies
```bash ```bash
$ pip install -r requirements.txt $ pip install -r requirements.txt
``` ```