From ebd66e65bf18574fa8905d7b0ae3fbb85bfc9e06 Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 6 Aug 2024 14:29:42 -0500 Subject: add: file parsing improved Things implemented: * json_read() must die if the key does not exist or the value type is wrong. * on predict command input should be shown exactly the same * float precision CLI option should be added. --- 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 dbaae15..6ae9bab 100644 --- a/src/util.h +++ b/src/util.h @@ -17,6 +17,7 @@ struct Configs { char *file_format; char *in_filepath; char *out_filepath; + int decimal_precision; bool only_out; /* layer cfgs */ size_t network_size; -- cgit v1.2.3-70-g09d2