From 8daf85f463d159b2b69939233c18760d72b6f4ab Mon Sep 17 00:00:00 2001 From: jvech Date: Sun, 27 Aug 2023 20:43:23 -0500 Subject: add: data and network initialization done train subcommand can read and train the network TODO: - Refactor json_read() to parse multiple labels - Implement a function to save network weights once the network have trained - Implement a function to load trained weights to use with predict subcommand --- src/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 00567a8..3219502 100644 --- a/src/util.h +++ b/src/util.h @@ -21,6 +21,7 @@ struct Configs { char **activations; }; +void usage(int exit_code); void die(const char *fmt, ...); void *ecalloc(size_t nmemb, size_t size); void *erealloc(void *ptr, size_t size); -- cgit v1.2.3-70-g09d2