Dimitre commited on
Commit
4e78f19
1 Parent(s): 12363a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -4,23 +4,23 @@ tags:
4
  - gan
5
  - dcgan
6
  - huggan
 
7
  ---
8
 
9
  ## Model description
10
 
11
- More information needed
12
 
13
- ## Intended uses & limitations
 
14
 
15
- More information needed
16
 
17
- ## Training and evaluation data
18
 
19
- More information needed
20
 
21
- ## Training Metrics
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>