#include "network.h"
#include "utils.h"
#include "parser.h"
Go to the source code of this file.
Functions |
void | run_dice (int argc, char **argv) |
void | test_dice (char *cfgfile, char *weightfile, char *filename) |
void | train_dice (char *cfgfile, char *weightfile) |
void | validate_dice (char *filename, char *weightfile) |
Variables |
char * | dice_labels [] = {"face1","face2","face3","face4","face5","face6"} |
Function Documentation
void run_dice |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void test_dice |
( |
char * |
cfgfile, |
|
|
char * |
weightfile, |
|
|
char * |
filename |
|
) |
| |
void train_dice |
( |
char * |
cfgfile, |
|
|
char * |
weightfile |
|
) |
| |
Definition at line 7 of file dice.c.
Variable Documentation
char* dice_labels[] = {"face1","face2","face3","face4","face5","face6"} |
Definition at line 5 of file dice.c.