Skip to content

Commit 9e06876

Browse files
author
Robert Muchsel
authored
README: Clarify bias groups (#110)
1 parent 8f21ff1 commit 9e06876

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MAX78000 Model Training and Synthesis
22

3-
_February 11, 2021_
3+
_February 19, 2021_
44

55
The Maxim Integrated AI project is comprised of four repositories:
66

@@ -1558,7 +1558,7 @@ Example:
15581558

15591559
For layers that use a bias, this key can specify one or more bias memories that should be used. By default, the software uses a “Fit First Descending (FFD)” allocation algorithm that considers largest bias lengths first, and then the layer number, and places each bias in the available group with the most available space, descending to the smallest bias length.
15601560

1561-
“Available groups” is layer specific and is a list of the groups that have enabled processors for the respective layer. `bias_group` must reference one or more of the available groups.
1561+
“Available groups” is the complete list of groups used by the network (in any layer). `bias_group` must reference one or more of these available groups.
15621562

15631563
`bias_group` can be a list of integers or a single integer.
15641564

README.pdf

14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)