From cceba6768f982e8c29b588780d708ebae2756d10 Mon Sep 17 00:00:00 2001 From: Superjomn Date: Fri, 29 Jun 2018 03:33:42 +0000 Subject: [PATCH] update --- source/user_guides/howto/debug/index.rst | 10 ++++++++++ source/user_guides/howto/index.rst | 1 + 2 files changed, 11 insertions(+) create mode 100644 source/user_guides/howto/debug/index.rst diff --git a/source/user_guides/howto/debug/index.rst b/source/user_guides/howto/debug/index.rst new file mode 100644 index 000000000..0878e17b4 --- /dev/null +++ b/source/user_guides/howto/debug/index.rst @@ -0,0 +1,10 @@ +############ +Debug 工具 +############ + +PaddlePaddle 提供了如下方式方便 Debug 训练 情况 + +.. toctree:: + :maxdepth: 2 + + visualdl.md diff --git a/source/user_guides/howto/index.rst b/source/user_guides/howto/index.rst index c945054fd..b34151d51 100644 --- a/source/user_guides/howto/index.rst +++ b/source/user_guides/howto/index.rst @@ -9,4 +9,5 @@ prepare_data/index configure_simple_model/index training/index + debug/index -- GitLab