You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/09 04:18:29 UTC

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15487: Opperf : Support Python<3.6

kshitij12345 commented on a change in pull request #15487: Opperf : Support Python<3.6
URL: https://github.com/apache/incubator-mxnet/pull/15487#discussion_r301390362
 
 

 ##########
 File path: benchmark/opperf/opperf.py
 ##########
 @@ -140,7 +141,7 @@ def main():
     # 4. Generate list of MXNet operators not covered in benchmarks
     ops_not_covered = get_operators_with_no_benchmark(final_benchmark_results.keys())
     for idx, op in enumerate(ops_not_covered):
-        print(f"{idx}. {op}")
+        print("{idx}. {op}".format(idx, op))
 
 Review comment:
   Right. Thanks

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services