Update README.md
Browse files
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 |
|