pytorch / pytorch/pytorch.github.io
Some minor mistakes on conjugate Wirtinger derivative computation
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 285
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
📚 Documentation
In this part How does PyTorch compute the conjugate Wirtinger derivative?, there is a minor sign mistake in the system of equation (3): the second equation should not have the minus (-) sign on the right-hand side.
This mistake also happens on the first line of the equation after that but does not affect the next lines
Also, in the last equation of that part, $$\left(\dfrac{\partial s}{\partial z}\right)^* $$ should have been $$\dfrac{\partial s^* }{\partial z^* }$$
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked “How does PyTorch compute the conjugate Wirtinger derivative?” documentation section and inspect the rendered equations. Correct the sign in the second equation and the following first line, update the final derivative expression as described, and verify the rendered documentation matches the issue’s formulas.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- pytorch
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100