From 81e36896441d38d50964308e9ccab71f43280dab Mon Sep 17 00:00:00 2001 From: Grigory Reznikov Date: Mon, 10 Jun 2024 12:58:53 +0200 Subject: [PATCH] Mistype fix --- docs/public/user_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/public/user_guide.rst b/docs/public/user_guide.rst index 118b9269..d10d2a8b 100644 --- a/docs/public/user_guide.rst +++ b/docs/public/user_guide.rst @@ -214,7 +214,7 @@ Output queues hold PyBuda tensors. For each PyBuda tensor, user can convert it b output_in_tf = output_q[0].to_framework("tensorflow") Advanced training scenarios sometimes require accumulated gradients to be retrieved and analyzed. For those cases, PyBuda provides an -:py::func:`API` that retrieves a dictionary of all currently accumulated gradients on a device. This can be used to +:py:func:`API` that retrieves a dictionary of all currently accumulated gradients on a device. This can be used to debug or analyze data, or even run a manual optimizer and push new weights onto the device. Saving and Loading Models