LH-Tech-AI commited on
Commit
5c112cf
·
verified ·
1 Parent(s): a13cf9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -33,6 +33,10 @@ Here's a sample after epoch 165:
33
  - **Optimizer:** Adam (Beta1: 0.5, Beta2: 0.999)
34
  - **Latent Vector (Z):** 128 dimensions
35
 
 
 
 
 
36
  ## Intended Use
37
  This model is intended for artistic and research purposes. It demonstrates how GANs can capture complex textures like fur and eye reflections at medium resolutions.
38
 
 
33
  - **Optimizer:** Adam (Beta1: 0.5, Beta2: 0.999)
34
  - **Latent Vector (Z):** 128 dimensions
35
 
36
+ ## Training details
37
+ The full training code can be found as `catgen-v2.ipynb` in this repo.
38
+ The training data we used was from HF: huggan/cats
39
+
40
  ## Intended Use
41
  This model is intended for artistic and research purposes. It demonstrates how GANs can capture complex textures like fur and eye reflections at medium resolutions.
42