Unverified Commit 44a581c1 authored by Dupel's avatar Dupel Committed by GitHub
Browse files

[PyTorch Debug] Minor fix in docs. (#1947)



* Update 1_getting_started.rst
Signed-off-by: default avatardupeljan <dupeljan@gmail.com>

* Update docs/debug/1_getting_started.rst
Signed-off-by: default avatarPaweł Gadziński <62263673+pggPL@users.noreply.github.com>

* Update docs/debug/1_getting_started.rst
Signed-off-by: default avatarPaweł Gadziński <62263673+pggPL@users.noreply.github.com>

* Update docs/debug/1_getting_started.rst
Signed-off-by: default avatarPaweł Gadziński <62263673+pggPL@users.noreply.github.com>

---------
Signed-off-by: default avatardupeljan <dupeljan@gmail.com>
Signed-off-by: default avatarPaweł Gadziński <62263673+pggPL@users.noreply.github.com>
Co-authored-by: default avatarPaweł Gadziński <62263673+pggPL@users.noreply.github.com>
parent 858755c0
...@@ -141,7 +141,7 @@ Adjusting Python file ...@@ -141,7 +141,7 @@ Adjusting Python file
In the modified code above, the following changes were made: In the modified code above, the following changes were made:
1. Added an import for ``nvdlfw_inspect.api``. 1. Added an import for ``nvdlfw_inspect.api``.
2. Initialized the Nvidia-DL-Framework-Inspect by calling ``debug_api.initialize()`` with appropriate configuration, specifying the path to the config file, feature directories, and log directory. 2. Initialized the Nvidia-DL-Framework-Inspect by calling ``debug_api.initialize()`` with appropriate configuration, specifying the path to the config file, feature directories, and log directory. The directory with Transformer Engine features is located `here <https://github.com/NVIDIA/TransformerEngine/tree/main/transformer_engine/debug/features>`_. The full parameters description could be found :doc:`here <3_api_debug_setup>`.
3. Added ``debug_api.step()`` after each of the forward-backward pass. 3. Added ``debug_api.step()`` after each of the forward-backward pass.
Inspecting the logs Inspecting the logs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment