diff --git a/explain.js b/explain.js index aabdc4b80b..ef317ab62b 100644 --- a/explain.js +++ b/explain.js @@ -2479,6 +2479,7 @@ function model_to_latex () { } str += "

Optimizer algorithm:

\n"; + str += "

Taken (and slightly modified) from the PyTorch-Optimizer API, where there's more info on all optimizers.

" } if (dependencies) {