# Example command to run test on batch_size 1 and 2 for a model on GPU: # python bert_perf_test.py --model bert.onnx --batch_size 1 2 --sequence_length 128 --use_gpu --samples 1000 --test_times 1 ...