Skip to content

Commit e787ce5

Browse files
authored
Update manual_4_bie.md optimize option (#63)
1 parent 72e9eea commit e787ce5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/toolchain/manual_4_bie.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Args:
3838
- 1: run knerex (for quantization) only.
3939
- 2: run knerex with 1 image verification (dynasty, compiler, csim and bit-true-match check).
4040
- 3: run knerex with all images verification (dynasty, compiler, csim and bit-true-match check). WARNING: This option takes very long time.
41-
* optimize (int, optional): level of optimization. 0-4, the larger number, the better model performance, but takes longer. Defaults to 0.
41+
* optimize (int, optional): level of featuremap optimization, which is a search runtime optimization based on partial graph comparison. Worse performance than deep search. It is recommended to enable when model is huge or search runtime is long. 0-4, the larger number, the better model performance, but takes longer. Defaults to 0.
4242
* 0: the knerex generated quantization model.
43-
* 1: bias adjust parallel, no firmware cut improvement.
44-
* 2: bias adjust parallel, with firmware cut improvement.
45-
* 3: bias adjust sequential, no firmware cut improvement. SLOW!
46-
* 4: bias adjust sequential, with firmware cut improvement. SLOW!
43+
* 1: bias adjust parallel, no featuremap cut improvement.
44+
* 2: bias adjust parallel, with featuremap cut improvement.
45+
* 3: bias adjust sequential, no featuremap cut improvement. SLOW!
46+
* 4: bias adjust sequential, with featuremap cut improvement. SLOW!
4747

4848
Please also note that this step would be very time-consuming since it analysis the model with every input data you provide.
4949

0 commit comments

Comments
 (0)