tutorials
tutorials copied to clipboard
Change order of optimizer.step() in documentation
Commit be6e86342233bdc932deace52d7388073fbb66b4 changed the order of optimization steps in the "# Backpropagation" section of the code (see lines 161 to 163). This commit updates the order of optimization steps in the description/comments to match the code.