From 6b5c6dd97bc3ac7de903c1821524d59440ad1749 Mon Sep 17 00:00:00 2001 From: Pat Alt <55311242+pat-alt@users.noreply.github.com> Date: Tue, 8 Aug 2023 18:55:56 +0200 Subject: [PATCH] all run --- notebooks/mnist.qmd | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/notebooks/mnist.qmd b/notebooks/mnist.qmd index 8e10f2a5..c3774a14 100644 --- a/notebooks/mnist.qmd +++ b/notebooks/mnist.qmd @@ -606,10 +606,16 @@ combos = [ (7,2), (0,8), (8,3), - (9,4), + (9,7), + (4,9), + (2,1), + (3,5), + (5,8), + (6,0), + (1,7), ] -plts = [plt_additional_models] +plts = [] for (factual, target) in combos plt, _, _ = _plot_eccco_mnist( -- GitLab