We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c4e51 commit 7ab24e1Copy full SHA for 7ab24e1
tensorflow/tests/inc_test.sh
@@ -24,7 +24,7 @@ python create_tf_record.py --vocab_file=./data/vocab.txt --predict_file=./data/d
24
25
# Download model
26
bash prepare_model.sh --output_dir=./model >/dev/null 2>&1
27
-python freeze_estimator_to_pb.py --input_model=./model --output_model=./bert_fp32.pb >/dev/null 2>&1
+python freeze_estimator_to_pb.py --input_model=./model --output_model=./bert_fp32.pb
28
29
#Run quantization using INC
30
bash run_quant.sh --input_model=./bert_fp32.pb --output_model=./bert_int8.pb --dataset_location=./data
0 commit comments