From 80e2c721104ac8bec7c8aa549942d0fe9810bdc7 Mon Sep 17 00:00:00 2001 From: Norman Koch Date: Wed, 17 Jul 2024 13:32:50 +0200 Subject: [PATCH] fix --- explain.js | 1 + 1 file changed, 1 insertion(+) 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) {