Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Backport of #16827, #16791 and #16888 to 1.6 branch #16901

Merged
merged 3 commits into from
Nov 26, 2019

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    c576d97 View commit details
    Browse the repository at this point in the history
  2. Mixed precison binary op backward (use in) for numpy (apache#16791)

    * mixed precison binary op backward
    
    * reduce unix cpu runtime
    haojin2 authored and ptrendx committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    39821a4 View commit details
    Browse the repository at this point in the history
  3. Add evaluation_loss to the estimator base class. (apache#16888)

    * Add evaluation_loss to the estimator base class.
    
    * Update the base estimator class to support the separate evaluation loss.
    
    * Add evaluation loss to the base estimator class.
    
    * Add unittest for evaluation loss in the test_evaluation function
    
    * Update estimator.py
    
    * Update estimator.py
    liuzh47 authored and ptrendx committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1232c75 View commit details
    Browse the repository at this point in the history