From d2898d6cabefaef09b7c77fbee083a8a909b7fdd Mon Sep 17 00:00:00 2001 From: DK Moon Date: Thu, 2 Jan 2025 10:54:50 +0900 Subject: [PATCH] Typo fix in utils.md Changed "Progress bar" to "Progress board" --- chapter_appendix-tools-for-deep-learning/utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter_appendix-tools-for-deep-learning/utils.md b/chapter_appendix-tools-for-deep-learning/utils.md index 1be0f4efd8..f94fb69f39 100644 --- a/chapter_appendix-tools-for-deep-learning/utils.md +++ b/chapter_appendix-tools-for-deep-learning/utils.md @@ -63,7 +63,7 @@ def save_hyperparameters(self, ignore=[]): setattr(self, k, v) ``` -Progress bar. +Progress board. ```{.python .input n=22} %%tab all