![]() |
darknet
v3
|

Go to the source code of this file.
Functions | |
| void | extend_data_truth (data *d, int n, float val) |
| matrix | network_loss_data (network *net, data test) |
| void | train_attention (char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear) |
| void | validate_attention_single (char *datacfg, char *filename, char *weightfile) |
| void | validate_attention_multi (char *datacfg, char *filename, char *weightfile) |
| void | predict_attention (char *datacfg, char *cfgfile, char *weightfile, char *filename, int top) |
| void | run_attention (int argc, char **argv) |
| void extend_data_truth | ( | data * | d, |
| int | n, | ||
| float | val | ||
| ) |
Definition at line 6 of file attention.c.
Definition at line 18 of file attention.c.
| void predict_attention | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| char * | filename, | ||
| int | top | ||
| ) |
Definition at line 382 of file attention.c.
| void run_attention | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 434 of file attention.c.
| void train_attention | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| int * | gpus, | ||
| int | ngpus, | ||
| int | clear | ||
| ) |
Definition at line 54 of file attention.c.
| void validate_attention_multi | ( | char * | datacfg, |
| char * | filename, | ||
| char * | weightfile | ||
| ) |
Definition at line 321 of file attention.c.
| void validate_attention_single | ( | char * | datacfg, |
| char * | filename, | ||
| char * | weightfile | ||
| ) |
Definition at line 233 of file attention.c.
1.8.13