![]() |
darknet
v3
|

Go to the source code of this file.
Functions | |
| float | abs_mean (float *x, int n) |
| void | calculate_loss (float *output, float *delta, int n, float thresh) |
| void | optimize_picture (network *net, image orig, int max_layer, float scale, float rate, float thresh, int norm) |
| void | smooth (image recon, image update, float lambda, int num) |
| void | reconstruct_picture (network *net, float *features, image recon, image update, float rate, float momentum, float lambda, int smooth_size, int iters) |
| void | run_nightmare (int argc, char **argv) |
| float abs_mean | ( | float * | x, |
| int | n | ||
| ) |
Definition at line 7 of file nightmare.c.
| void calculate_loss | ( | float * | output, |
| float * | delta, | ||
| int | n, | ||
| float | thresh | ||
| ) |
Definition at line 17 of file nightmare.c.
| void optimize_picture | ( | network * | net, |
| image | orig, | ||
| int | max_layer, | ||
| float | scale, | ||
| float | rate, | ||
| float | thresh, | ||
| int | norm | ||
| ) |
Definition at line 28 of file nightmare.c.
| void reconstruct_picture | ( | network * | net, |
| float * | features, | ||
| image | recon, | ||
| image | update, | ||
| float | rate, | ||
| float | momentum, | ||
| float | lambda, | ||
| int | smooth_size, | ||
| int | iters | ||
| ) |
Definition at line 135 of file nightmare.c.
| void run_nightmare | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 288 of file nightmare.c.
Definition at line 114 of file nightmare.c.
1.8.13