From 6731747325c1ea110554eca7688787e1ba1709c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Mon, 22 Jun 2026 13:38:39 -0400 Subject: [PATCH] docs: fix typo in vis_hist.ipynb print statement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit loadted → loaded --- vis_hist.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vis_hist.ipynb b/vis_hist.ipynb index 8e4a6d7..998183a 100755 --- a/vis_hist.ipynb +++ b/vis_hist.ipynb @@ -71,7 +71,7 @@ "cfg.dataset.input_shape = [1, 3, 32, 32]\n", "net = BNet(model, cfg)\n", "\n", - "print('model loadted ' + exp_name)\n", + "print('model loaded ' + exp_name)\n", "\n", "if epoch>0:\n", " net.load_state_dict(torch.load(model_tpath, map_location='cpu'), strict=False)\n",