aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index e1bcf18..980895f 100644
--- a/src/util.h
+++ b/src/util.h
@@ -8,6 +8,7 @@ struct Configs {
double alpha;
char **input_keys, **label_keys;
size_t n_input_keys, n_label_keys;
+ char *loss;
char *in_filepath;
char *out_filepath;
char *weights_filepath;
@@ -17,6 +18,6 @@ struct Configs {
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
void util_load_cli(struct Configs *ml, int argc, char *argv[]);
-void util_load_config(struct Configs *ml);
+void util_load_config(struct Configs *ml, char *filepath);
void util_free_config(struct Configs *ml);
#endif
Feel free to download, copy and edit any repo