From f39f6d5b0a907d519377e70876b32daad1a676f2 Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 3 Sep 2024 20:08:25 -0500 Subject: feat: shuffle dataset on each epoch done The CLI option to disable it was also 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 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; -- cgit v1.2.3-70-g09d2