From bac0c4526bc1f3c9f9d86ff826a843772499e11e Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Sun, 10 Jan 2021 11:54:31 -0800 Subject: [PATCH] fix gradient_clipping default --- docs/_pages/config-json.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_pages/config-json.md b/docs/_pages/config-json.md index 3efc2ced025f..743394788c61 100755 --- a/docs/_pages/config-json.md +++ b/docs/_pages/config-json.md @@ -97,7 +97,7 @@ Example of ***scheduler*** "warmup_max_lr": 0.001, "warmup_num_steps": 1000 } - } + } ``` ### Communication options @@ -222,7 +222,7 @@ Example of ***scheduler*** | Description | Default | | ----------------------------------- | ------- | -| Enable gradient clipping with value | `0` | +| Enable gradient clipping with value | `1.0` |