Update README.md
Browse files
README.md
CHANGED
@@ -4,23 +4,23 @@ tags:
|
|
4 |
- gan
|
5 |
- dcgan
|
6 |
- huggan
|
|
|
7 |
---
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
-
|
12 |
|
13 |
-
##
|
|
|
14 |
|
15 |
-
|
16 |
|
17 |
-
## Training
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
-
Model history needed
|
23 |
-
## Model Plot
|
24 |
|
25 |
<details>
|
26 |
<summary>View Model Plot</summary>
|
|
|
4 |
- gan
|
5 |
- dcgan
|
6 |
- huggan
|
7 |
+
- tensorflow
|
8 |
---
|
9 |
|
10 |
## Model description
|
11 |
|
12 |
+
Simple DCGAN implementation in TensorFlow to generate CryptoPunks.
|
13 |
|
14 |
+
## Generated samples
|
15 |
+
<img src="https://github.com/dimitreOliveira/cryptogans/raw/main/assets/gen_samples.png" width="350" height="350">
|
16 |
|
17 |
+
Project repository: [CryptoGANs](https://github.com/dimitreOliveira/cryptogans).
|
18 |
|
19 |
+
## Training data
|
20 |
|
21 |
+
For training, I used the 10000 CryptoPunks images.
|
22 |
|
23 |
+
## Model Plot
|
|
|
|
|
24 |
|
25 |
<details>
|
26 |
<summary>View Model Plot</summary>
|