Skip to content

Commit

Permalink
add discription
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xingle committed Apr 29, 2021
1 parent 807d3ef commit 20432aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rknn_convert_tools/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ config: # 模型转换参数,具体子参数意义详见rk文档
quantized_dtype: 'asymmetric_quantized-u8' # asymmetric_quantized-u8,dynamic_fixed_point-8,dynamic_fixed_point-16
optimization_level: 1

build: # 模型构建参数,具体子参数意义详见rk文档。
# 当模型为rknn类型时,会跳过这一步骤。
build:
# 模型构建参数,具体子参数意义详见rk文档。当模型为rknn类型时,会跳过这一步骤。
do_quantization: True
dataset: './single_dataset.txt'
pre_compile: False

export_rknn: # 模型导出的路径
export_path: './best.rknn'

init_runtime: # 模型初始化参数,一般无需改动。
# 当 inference 和 eval_perf 都不执行时,会跳过这一步骤。
init_runtime:
# 模型初始化参数,一般无需改动。当 inference 和 eval_perf 都不执行时,会跳过这一步骤。
target: null
device_id: null
perf_debug: False
Expand Down

0 comments on commit 20432aa

Please sign in to comment.