BERT-pytorch
BERT-pytorch copied to clipboard
Fix require_grad typo
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