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",