We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125537e commit b78c9b2Copy full SHA for b78c9b2
torch/optim/adamw.py
@@ -64,7 +64,7 @@ class AdamW(Optimizer):
64
minimizing (default: False)
65
foreach (bool, optional): whether foreach implementation of optimizer is used.
66
If unspecified by the user (so foreach is None), we will try to use foreach
67
- over the for-loop implementation on CUDA, since it is usually significantly
+ over the for-loop implementation on CUDA, since it is usually significantly
68
more performant. (default: None)
69
capturable (bool, optional): whether this instance is safe to capture in a CUDA graph.
70
Passing True can impair ungraphed performance, so if you don't intend to
0 commit comments