Skip to content

Commit 8bb2522

Browse files
Documentation update (#325)
1 parent a1f07ae commit 8bb2522

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ADI MAX78000/MAX78002 Model Training and Synthesis
22

3-
December 22, 2023
3+
January 10, 2024
44

55
ADI’s MAX78000/MAX78002 project is comprised of five repositories:
66

@@ -1534,6 +1534,11 @@ The following table describes the most important command line arguments for `tra
15341534
| `--nas` | Enable network architecture search | |
15351535
| `--nas-policy` | Define NAS policy in YAML file | `--nas-policy nas/nas_policy.yaml` |
15361536
| `--regression` | Select regression instead of classification (changes Loss function, and log output) | |
1537+
| `--dr` | Set target embedding dimensionality for dimensionality reduction |`--dr 64` |
1538+
| `--scaf-lr` | Initial learning rate for sub-center ArcFace loss optimizer | |
1539+
| `--scaf-scale` |Scale hyperparameter for sub-center ArcFace loss | |
1540+
| `--scaf-margin` |Margin hyperparameter for sub-center ArcFace loss | |
1541+
| `--backbone-checkpoint` |Path to checkpoint from which to load backbone weights | |
15371542
| *Display and statistics* | | |
15381543
| `--enable-tensorboard` | Enable logging to TensorBoard (default: disabled) | |
15391544
| `--confusion` | Display the confusion matrix | |
@@ -1552,6 +1557,7 @@ The following table describes the most important command line arguments for `tra
15521557
| `--summary onnx_simplified` | Export trained model to simplified [ONNX](https://onnx.ai/) file (default name: model.onnx) | |
15531558
| `--summary-filename` | Change the file name for the exported model | `--summary-filename mnist.onnx` |
15541559
| `--save-sample` | Save data[index] from the test set to a NumPy pickle for use as sample data | `--save-sample 10` |
1560+
| `--slice-sample` | For models that require RGB input, when the sample from the dataset has additional channels, slice the sample into 3 channels | |
15551561
15561562
#### ONNX Model Export
15571563

README.pdf

4.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)