|
1 | 1 | # MAX78000 Model Training and Synthesis
|
2 | 2 |
|
3 |
| -_April 8, 2021_ |
| 3 | +_April 20, 2021_ |
4 | 4 |
|
5 | 5 | The Maxim Integrated AI project is comprised of four repositories:
|
6 | 6 |
|
@@ -257,6 +257,10 @@ By default, the main branch is checked out. This branch has been tested more rig
|
257 | 257 | (ai8x-training) $ git checkout develop
|
258 | 258 | ```
|
259 | 259 |
|
| 260 | +###### TensorFlow / Keras |
| 261 | + |
| 262 | +Support for TensorFlow / Keras is currently in the `develop-tf` branch. |
| 263 | + |
260 | 264 | ##### Updates
|
261 | 265 |
|
262 | 266 | After additional testing, `develop` is merged into the main branch at regular intervals.
|
@@ -728,6 +732,8 @@ The MAX78000 hardware does not support arbitrary network parameters. Specificall
|
728 | 732 |
|
729 | 733 | * The number of output channels must not exceed 1024 per layer.
|
730 | 734 |
|
| 735 | + * Bias is supported for up to 512 output channels per layer. |
| 736 | + |
731 | 737 | * The number of layers must not exceed 32 (where pooling and element-wise operations do not add to the count when preceding a convolution).
|
732 | 738 |
|
733 | 739 | * The maximum dimension (number of rows or columns) for input or output data is 1023.
|
@@ -817,7 +823,7 @@ The following table describes the most important command line arguments for `tra
|
817 | 823 | | `--pr-curves` | Generate precision-recall curves | |
|
818 | 824 | | `--embedding` | Display embedding (using projector) | |
|
819 | 825 | | *Hardware* | | |
|
820 |
| -| `--use-bias` | The `bias=True` parameter is passed to the model. The effect of this parameter is model dependent (the parameter is either ignored, effective for some operations, or all operations). | | |
| 826 | +| `--use-bias` | The `bias=True` parameter is passed to the model. The effect of this parameter is model dependent (the parameter does nothing, effects some operations, or all operations). | | |
821 | 827 | | `--avg-pool-rounding` | Use rounding for AvgPool | |
|
822 | 828 | | *Evaluation* | | |
|
823 | 829 | | `-e`, `--evaluate` | Evaluate previously trained model | |
|
|
0 commit comments