Skip to content

Instantly share code, notes, and snippets.

@hewumars
Last active June 18, 2019 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hewumars/30308bbae2e444acfc611e4db5a80d00 to your computer and use it in GitHub Desktop.
Save hewumars/30308bbae2e444acfc611e4db5a80d00 to your computer and use it in GitHub Desktop.
#float32
python3 evaluate.py --rec-val mxnetdatasets/ImageNet100.rec --target "llvm -mcpu=core-avx2" --original #10ms
python3 evaluate.py --rec-val mxnetdatasets/ImageNet100.rec --target "cuda" --original #1ms
#int8
python3 evaluate.py --rec-val mxnetdatasets/ImageNet100.rec --target "llvm -mcpu=core-avx2" #21ms
python3 evaluate.py --rec-val mxnetdatasets/ImageNet100.rec --target "cuda" #2.1ms
int8更慢什么情况?继续熟悉代码。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment