Go to the source code of this file.
|
void | train_dice (char *cfgfile, char *weightfile) |
|
void | validate_dice (char *filename, char *weightfile) |
|
void | test_dice (char *cfgfile, char *weightfile, char *filename) |
|
void | run_dice (int argc, char **argv) |
|
|
char * | dice_labels [] = {"face1","face2","face3","face4","face5","face6"} |
|
◆ run_dice()
void run_dice |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_dice()
void test_dice |
( |
char * |
cfgfile, |
|
|
char * |
weightfile, |
|
|
char * |
filename |
|
) |
| |
◆ train_dice()
void train_dice |
( |
char * |
cfgfile, |
|
|
char * |
weightfile |
|
) |
| |
Definition at line 5 of file dice.c.
◆ validate_dice()
void validate_dice |
( |
char * |
filename, |
|
|
char * |
weightfile |
|
) |
| |
◆ dice_labels
char* dice_labels[] = {"face1","face2","face3","face4","face5","face6"} |
Definition at line 3 of file dice.c.