BERT-pytorch icon indicating copy to clipboard operation
BERT-pytorch copied to clipboard

Fix require_grad typo

Open kit1980 opened this issue 2 years ago • 0 comments

Fix require_grad typos (should be requires_grad). Before the fix, the code doesn't cause any errors but doesn't do what it's supposed to do.

Also see https://github.com/pytorch/benchmark/pull/1771

kit1980 avatar Jul 18 '23 18:07 kit1980