"src/vscode:/vscode.git/clone" did not exist on "e8da75dff53095fb0adc1aab4132402a2c02f569"
Unverified Commit e60e92eb authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[doc] fix incorrect param name (#773)

Invalid param name

Thanks.
parent 29fa4b2b
...@@ -165,7 +165,7 @@ Example of ***scheduler*** ...@@ -165,7 +165,7 @@ Example of ***scheduler***
| Description | Default | | 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<sup>***initial\_loss\_scale\_power***</sup>. | `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<sup>***initial\_scale\_power***</sup>. | `32` |
***fp16:loss\_scale\_window***: [integer] ***fp16:loss\_scale\_window***: [integer]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment