kendryte网络转换

生成的网络上次的工具始终转换不好,
又换了这个转换工具:
https://github.com/kendryte/nncase
输入命令:

toco.exe --input_file=FaceL_5.pb --input_format=TENSORFLOW_GRAPHDEF --output_file=FaceL_5.tflite --output_format=TFLITE --input_shape=1,96,96,3 --input_array=input --output_array=Relu_12 --inference_type=FLOAT

ncc.exe -i tflite -o k210code --dataset dataset --postprocess n1to1 bin\FaceL_5.tflite bin\FaceL_5.c

你可能感兴趣的:(kendryte)