We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea20ed8 commit 593d1d5Copy full SHA for 593d1d5
ggml/src/ggml-opt.cpp
@@ -1050,7 +1050,7 @@ void ggml_opt_fit(
1050
params.opt_period = opt_period;
1051
params.get_opt_pars = get_opt_pars;
1052
params.get_opt_pars_ud = &epoch;
1053
- ggml_opt_context_t opt_ctx = ggml_opt_init(params); // sets params.opt_pars
+ ggml_opt_context_t opt_ctx = ggml_opt_init(params);
1054
1055
// Shuffling the data is generally useful but there is only a point if not all data is used in a single batch.
1056
if (nbatch_logical < ndata) {
0 commit comments