Skip to content

Commit a3cf557

Browse files
committed
Update README with details about techniques in generate_regularized_class_specific_samples
1 parent a5ace6b commit a3cf557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Deep dream is technically the same operation as layer visualization the only dif
307307

308308

309309
## Class Specific Image Generation
310-
This operation produces different outputs based on the model and the applied regularization method. Below, are some samples produced with **VGG19** incorporated with Gaussian blur every other iteration (see [14] for details). The quality of generated images also depend on the model, **AlexNet** generally has green(ish) artifacts but VGGs produce (kid of) better images. Note that these images are generated with regular CNNs with optimizing the input and **not with GANs**.
310+
This operation produces different outputs based on the model and the applied regularization method. Below, are some samples produced with **VGG19** incorporated with Gaussian blur every other iteration (see [14] for details). The quality of generated images also depend on the model, **AlexNet** generally has green(ish) artifacts but VGGs produce (kind of) better images. Note that these images are generated with regular CNNs with optimizing the input and **not with GANs**.
311311

312312
<table border=0 width="50px" >
313313
<tbody>
@@ -338,7 +338,7 @@ The samples below show the produced image with no regularization, l1 and l2 regu
338338
</tbody>
339339
</table>
340340

341-
Produced samples can further be optimized to resemble the desired target class, some of the operations you can incorporate to improve quality are; blurring, clipping gradients that are below a certain treshold, random color swaps on some parts, random cropping the image, forcing generated image to follow a path to force continuity.
341+
Produced samples can further be optimized to resemble the desired target class, some of the operations you can incorporate to improve quality are; blurring, clipping gradients that are below a certain treshold, random color swaps on some parts, random cropping the image, forcing generated image to follow a path to force continuity. Some of these techniques are implemented in *generate_regularized_class_specific_samples.py*.
342342

343343
## Requirements:
344344
```

0 commit comments

Comments
 (0)