From 7ceae442a17cb8cdb8efc02c18531047d315a83c Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Sat, 20 Feb 2021 12:39:49 -0800 Subject: [PATCH] [doc] fix incorrect param name Invalid param name Thanks. --- docs/_pages/config-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/config-json.md b/docs/_pages/config-json.md index 5c100ab662f4..8d99627c03cd 100755 --- a/docs/_pages/config-json.md +++ b/docs/_pages/config-json.md @@ -165,7 +165,7 @@ Example of ***scheduler*** | Description | Default | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -| ***initial\_loss\_scale\_power*** is a **fp16** parameter representing the power of the initial dynamic loss scale value. The actual loss scale is computed as 2***initial\_loss\_scale\_power***. | `32` | +| ***initial\_scale\_power*** is a **fp16** parameter representing the power of the initial dynamic loss scale value. The actual loss scale is computed as 2***initial\_scale\_power***. | `32` | ***fp16:loss\_scale\_window***: [integer]