ChaiBapchya edited a comment on issue #15757: [Discussion] Unified performance tests and dashboard URL: https://github.com/apache/incubator-mxnet/issues/15757#issuecomment-525860730 Yes. (This error is probably caused because incorrect file is being used (it was used for testing previously on my branch. But now master's opperf file is good to use.) 1. Don't use separate file for testing large tensor `opperf_large_tensor.py`. Functionality has been merged into the original opperf.py file. 2. All the operators that have been benchmarked so far in the opperf utility (in the master branch) can be profiled with native/python. 3. Inclusion of python time module via flag 4. Adding more operators to improve coverage For current master branch, All you've to do now for the opperf utility is run python opperf.py with your desired flags `--ctx=cpu -p python` It will run all the ops supported without error. Let me know if that helps.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
