diff --git a/README.md b/README.md index a7b8b37..22cb595 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ If you use default config file, you can modify specific variable in this file, s 1. Directly comparision: ```Shell cd paddleapex/apex -python run_paddle.py -json [json_path] -backend [gpu/npu/cpu] -out[local_path/remote_path] --dtype FP32,FP16,BF16 -mode all -op +python run_paddle.py -json [json_path] -backend [gpu/npu/cpu] -out[local_path/remote_path] -dtype FP32,FP16,BF16 -mode all -op # mode can combine mem, acc, pro arbitary. E.g.:-mode mem,acc or -mode all # -op is optional args, if you want to run specific op. E.g.: