Skip to content

Commit

Permalink
Merge pull request #30 from gritukan/patch-1
Browse files Browse the repository at this point in the history
Mistype fix
  • Loading branch information
vmilosevic authored Jun 20, 2024
2 parents e529d00 + 81e3689 commit 0628f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/public/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,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<pybuda.get_parameter_gradients>` that retrieves a dictionary of all currently accumulated gradients on a device. This can be used to
:py:func:`API<pybuda.get_parameter_gradients>` 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
Expand Down

0 comments on commit 0628f20

Please sign in to comment.