-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79660a8
commit bb55429
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |