mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
This PR corrects the citation of Adafactor authors "Noam Shazeer" and "Mitchell Stern" in the documentation. The current text incorrectly lists them as "Shazeer, Noam, and Mitchell Stern," which seems to be a result of a data parsing issue of some reference manager(s) [as you can find many papers with the same issue](https://www.google.com/search?q=%22Shazeer%2C+Noam%2C+and+Mitchell+Stern%22). The updated citation follows standard conventions for author names. Pull Request resolved: https://github.com/pytorch/pytorch/pull/145209 Approved by: https://github.com/janeyx99