From 6d818fa66d5215017b7ac100c3166fdcc9800594 Mon Sep 17 00:00:00 2001 From: lvmingfu <630944715@qq.com> Date: Tue, 28 Jul 2020 16:57:07 +0800 Subject: [PATCH] unify code formats in notebook --- .../notebook/mindinsight/calculate_and_datagraphic.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/notebook/mindinsight/calculate_and_datagraphic.ipynb b/tutorials/notebook/mindinsight/calculate_and_datagraphic.ipynb index 6c6138b9b7..851f8bf577 100644 --- a/tutorials/notebook/mindinsight/calculate_and_datagraphic.ipynb +++ b/tutorials/notebook/mindinsight/calculate_and_datagraphic.ipynb @@ -35,8 +35,8 @@ "\n", "从以下网址下载,并将数据包解压后放在Jupyter的工作目录下。\n", "\n", - "- 训练数据集:{\"http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz\",\"http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz\"}\n", - "- 测试数据集:{\"http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz\",\"http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz\"}\n", + "- 训练数据集:{\"\",\"\"}\n", + "- 测试数据集:{\"\",\"\"}\n", "\n", "可执行下面代码查看Jupyter的工作目录。" ] -- Gitee