aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-09-03 20:08:25 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-09-03 20:08:25 -0500
commitf39f6d5b0a907d519377e70876b32daad1a676f2 (patch)
treee5462ac42b395e2e9938de53ffbfbf6f0380d3de /src/util.h
parente8624e1ebcabcc831d651e0beefe32df1463c903 (diff)
feat: shuffle dataset on each epoch done
The CLI option to disable it was also added.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 10aa4aa..69ebfbe 100644
--- a/src/util.h
+++ b/src/util.h
@@ -14,6 +14,7 @@ struct Configs {
size_t n_input_keys, n_label_keys;
char *weights_filepath;
char *config_filepath;
+ bool shuffle;
/* cli cfgs */
char *file_format;
char *in_filepath;
Feel free to download, copy and edit any repo