From 23bb45cd5c11df426e9d44ab72ef23d12609258d Mon Sep 17 00:00:00 2001 From: Edgar Riba Date: Fri, 24 Mar 2017 08:44:43 +0100 Subject: [PATCH] Fix highlighted headers in readme --- dcgan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dcgan/README.md b/dcgan/README.md index 2d28829cf1..469531282f 100644 --- a/dcgan/README.md +++ b/dcgan/README.md @@ -9,13 +9,13 @@ with the samples from the generative model. After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.pth` -##Downloading the dataset +## Downloading the dataset You can download the LSUN dataset by cloning [this repo](https://github.com/fyu/lsun) and running ``` python download.py -c bedroom ``` -##Usage +## Usage ``` usage: main.py [-h] --dataset DATASET --dataroot DATAROOT [--workers WORKERS] [--batchSize BATCHSIZE] [--imageSize IMAGESIZE] [--nz NZ]