Update README.md
Browse files
README.md
CHANGED
@@ -34,10 +34,9 @@ The quality of the generated images is reminiscent of the early days of GANs.
|
|
34 |

|
35 |
|
36 |
# Image memorization
|
|
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
The latent vector for a generated image is slightly mutated, and the new images are compared to the original. The comparisons (shown below) suggest that mutations in the latent space correspond to small (sometimes imperceptible) mutations in the generated images.
|
41 |
|
42 |
These observations support the idea that the generator's space is continuous, and the generator is not restricted to a finite number of modes.
|
43 |
|
|
|
34 |

|
35 |
|
36 |
# Image memorization
|
37 |
+
To check whether the Generator is simply memorizing particular images, latent space exploration is used.
|
38 |
|
39 |
+
The latent vector for a generated image is slightly mutated, and the new images are compared to the original. The comparisons (shown below) suggest that mutations in the latent space translate to small (sometimes imperceptible) mutations in the generated images.
|
|
|
|
|
40 |
|
41 |
These observations support the idea that the generator's space is continuous, and the generator is not restricted to a finite number of modes.
|
42 |
|