From 92875f066922d0f1480f9b334d77a836a49dea19 Mon Sep 17 00:00:00 2001 From: yunjey Date: Sun, 28 May 2017 20:14:45 +0900 Subject: [PATCH] tutorial updated --- tutorials/03-advanced/deep_convolutional_gan/README.md | 2 +- tutorials/04-utils/tensorboard/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/03-advanced/deep_convolutional_gan/README.md b/tutorials/03-advanced/deep_convolutional_gan/README.md index ce0e4cc..111cfec 100644 --- a/tutorials/03-advanced/deep_convolutional_gan/README.md +++ b/tutorials/03-advanced/deep_convolutional_gan/README.md @@ -8,7 +8,7 @@ In the [Deep Convolutional GAN(DCGAN)](https://arxiv.org/abs/1511.06434), the au ## Usage -#### 1. Install dependencies +#### 1. Install the dependencies ```bash $ pip install -r requirements.txt ``` diff --git a/tutorials/04-utils/tensorboard/README.md b/tutorials/04-utils/tensorboard/README.md index 19ea749..5f94ac7 100644 --- a/tutorials/04-utils/tensorboard/README.md +++ b/tutorials/04-utils/tensorboard/README.md @@ -8,7 +8,7 @@ In this tutorial, we implement the MNIST classifier using a simple neural networ ## Usage -#### 1. Install dependencies +#### 1. Install the dependencies ```bash $ pip install -r requirements.txt ```