Skip to content

Commit

Permalink
Merge pull request #430 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix typo in quick_start.md
  • Loading branch information
SamitHuang authored Mar 14, 2023
2 parents d089de7 + 7ac4511 commit c714366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ opt = create_optimizer(network.trainable_params(), opt='adam', lr=lr_scheduler)

- nesterov: whether to use Nesterov Accelerated Gradient (NAG) algorithm to update the gradients. Default: False.

- filter_bias_and_bn: whether to filter batch norm paramters and bias from weight decay. If True, weight decay will not apply on BN parameters and bias in Conv or Dense layers. Default: True.
- filter_bias_and_bn: whether to filter batch norm parameters and bias from weight decay. If True, weight decay will not apply on BN parameters and bias in Conv or Dense layers. Default: True.

- loss_scale: A floating point value for the loss scale, which must be larger than 0.0. Default: 1.0.

Expand Down

0 comments on commit c714366

Please sign in to comment.