Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/ReleaseNotes/CNTK_1_7_1_Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This is a summary on what's new in CNTK 1.7.1 Binary Release.
The are **two breaking changes** in this release. Please, read this section carefully:

* Layers library default initialization was changed from ```heNormal``` to ```glorotNormal```. Pass ```init=”heNormal”``` to get 1.7 behaviour.
* ```fsAdagrad``` had a bug. Learning rates must be retuned. To somewhat approximate the old behaviour, scale by ```sqrt(number of parameter tensors)/400```.
* ```fsAdagrad``` had a bug. Learning rates must be returned. To somewhat approximate the old behaviour, scale by ```sqrt(number of parameter tensors)/400```.

## BrainScript

Expand Down