kneron_model_converter/scripts/res/batch_input_params.json
2026-01-28 06:16:04 +00:00

25 lines
1.1 KiB
JSON

{
"encryption": {
"whether_encryption": false,
"encryption mode": 1, //1 customer key, with keyfile((optional)with customer otp key)(default) 2. with KN number
"encryption_key": "0x12345678", // required in mode 1
"key_file": "", // required in mode 1
"encryption_efuse_key": "0x12345678" // hex, required in mode 2, optional in mode 1
},
"dedicated_output_buffer": false, // optional, default True
"models": [
{
"id": 19,
"version": "1",
"path": "models/output_0.bie", // bie/onnx
"radix_json": ".json", // optional
"input_params": "input_params.json" // optional, For knerex
},{
"id": 20,
"version": "1",
"path": "models/output_0.bie", // bie/onnx
"radix_json": ".json", // optional
"input_params": "input_params.json" // optional, For knerex
}
]
}