Skip to content

Commit 7ab24e1

Browse files
author
tylertitsworth
committed
unsilence freeze step
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com>
1 parent d6c4e51 commit 7ab24e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tests/inc_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ python create_tf_record.py --vocab_file=./data/vocab.txt --predict_file=./data/d
2424

2525
# Download model
2626
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
27+
python freeze_estimator_to_pb.py --input_model=./model --output_model=./bert_fp32.pb
2828

2929
#Run quantization using INC
3030
bash run_quant.sh --input_model=./bert_fp32.pb --output_model=./bert_int8.pb --dataset_location=./data

0 commit comments

Comments
 (0)