Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samson-wang authored Nov 21, 2017
1 parent 0e8e679 commit 6b6e7f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# dcgan.caffe: A pure caffe-python implementation of [DC-GAN](https://github.com/soumith/dcgan.torch)
======================================================================================

As far as I know, there is no light-weight implementation of DCGAN based on caffe.

Expand Down Expand Up @@ -39,6 +38,10 @@ The file should look like
/data/Repo/dcgan.torch/celebA/img_align_celeba/000013.jpg 0
...
```
## Trouble shooting
- All your images' size should be `64x64`, which is specified in https://github.com/samson-wang/dcgan.caffe/blob/master/discriminator.prototxt

- Please use the *deepsim* branch

## Visualization
To view the model result by
Expand Down

0 comments on commit 6b6e7f5

Please sign in to comment.