Fix benchmark_model test
This commit is contained in:
parent
cce1cec740
commit
17597f4526
@ -14,7 +14,7 @@ export PATH=${TASKCLUSTER_TMP_DIR}/ds/:$PATH
|
|||||||
lite_benchmark_model \
|
lite_benchmark_model \
|
||||||
--graph=${TASKCLUSTER_TMP_DIR}/ds/${model_name} \
|
--graph=${TASKCLUSTER_TMP_DIR}/ds/${model_name} \
|
||||||
--show_flops \
|
--show_flops \
|
||||||
--input_layer=input_node,previous_state_c,previous_state_h \
|
--input_layer=input_node,previous_state_c,previous_state_h,input_samples \
|
||||||
--input_layer_type=float,float,float \
|
--input_layer_type=float,float,float,float \
|
||||||
--input_layer_shape=1,16,19,26:1:1,494:1,494 \
|
--input_layer_shape=1,16,19,26:1,100:1,100:512 \
|
||||||
--output_layer=logits,new_state_c,new_state_h
|
--output_layer=logits,new_state_c,new_state_h,mfccs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user