[Docs] Fix typo in migration document. (#1063)

pull/1083/head
Jihwan Eom 2022-09-30 09:54:39 +09:00 committed by GitHub
parent a009d29108
commit 078f98df07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ optim_wrapper = dict(
norm_decay_mult=0.0,
bias_decay_mult=0.0,
),
clip_gard=dict(max_norm=1.0),
clip_grad=dict(max_norm=1.0),
)
```