darknet  v3
Functions
writing.c File Reference
#include "darknet.h"
Include dependency graph for writing.c:

Go to the source code of this file.

Functions

void train_writing (char *cfgfile, char *weightfile)
 
void test_writing (char *cfgfile, char *weightfile, char *filename)
 
void run_writing (int argc, char **argv)
 

Function Documentation

◆ run_writing()

void run_writing ( int  argc,
char **  argv 
)

Definition at line 131 of file writing.c.

◆ test_writing()

void test_writing ( char *  cfgfile,
char *  weightfile,
char *  filename 
)

Definition at line 82 of file writing.c.

◆ train_writing()

void train_writing ( char *  cfgfile,
char *  weightfile 
)

Definition at line 3 of file writing.c.