Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linediconsine authored Nov 5, 2021
1 parent 79660a8 commit bb55429
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# ecoli_plate
# A Pytorch DCGAN implementation
## Deep Convolutional Generative Adversarial Network
Playing with DCGAN and Bio images

The goal of this code is learning to play dataset creation and hyperparameters thought a DCGAN model.

This code is based on:

- [The original DCGAN paper](https://arxiv.org/pdf/1511.06434.pdf),

- [the `networks.py` file in CycleGAN Github repository](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/models/networks.py)

- Udacity deep learning nano degree.

The goal is render an image of E.Coli plate as:

<img src='https://github.com/linediconsine/ecoli_plate/blob/main/few/few/3.jpg?raw=1' width=30% />

This code is public on [github](https://github.com/linediconsine/ecoli_plate)

0 comments on commit bb55429

Please sign in to comment.