ChaiBapchya opened a new pull request #17482: [OpPerf] Add Neural network loss 
ops
URL: https://github.com/apache/incubator-mxnet/pull/17482
 
 
   ## Description ##
   Added Neural Network loss operators to the existing set of opperf benchmarks
   
   ## Checklist ##
   ### Essentials ###
   Please feel free to remove inapplicable items for your PR.
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] To the my best knowledge, examples are either not affected by this 
change, or have been fixed to be compatible with this change
   
   ### Changes ###
   - [x] Added following ops
   1. smooth_l1
   2. CTCLoss [ctc_loss added as alias]
   3. MakeLoss
   4. softmax_cross_entropy
   
   ## Results ##
   ```
   from benchmark.opperf.nd_operations.nn_loss_operators import 
run_loss_operators_benchmarks
    run_loss_operators_benchmarks()
   
   INFO:root:Begin Benchmark - CTCLoss
   INFO:root:Complete Benchmark - CTCLoss
   INFO:root:Begin Benchmark - MakeLoss
   INFO:root:Complete Benchmark - MakeLoss
   INFO:root:Begin Benchmark - ctc_loss
   INFO:root:Complete Benchmark - ctc_loss
   INFO:root:Begin Benchmark - smooth_l1
   INFO:root:Complete Benchmark - smooth_l1
   INFO:root:Begin Benchmark - softmax_cross_entropy
   INFO:root:Complete Benchmark - softmax_cross_entropy
   ```
   CPU - ToDo
   
   ## Comments ##
   @sandeep-krishnamurthy @apeforest @connorgoggins

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


With regards,
Apache Git Services

Reply via email to