1. 15 1月, 2018 1 次提交
    • D
      Feature/hooks (#7513) · b9b75377
      dzhwinter 提交于
      * add copyright hook
      
      * add copyright hook
      
      * refine copyright hook
      
      * "test copyright hook"
      
      * fix check style
      
      * fix ci
      b9b75377
  2. 14 11月, 2017 1 次提交
  3. 20 10月, 2017 1 次提交
  4. 10 10月, 2017 1 次提交
    • A
      Implementing the Adamax optimizer operator (#4538) · 4cb5bd90
      Abhinav Arora 提交于
      * Implementing the Adamax optimizer step operator
      * Adding unit tests for adamax_op
      
      * Changing learning rate and time step to inputs from attributes
      
      * Changing learning rate and time step to input(tensors)
      
      * Making the Adamax operator conform to naming convention
      
      * Removing Tensor<float> from comments
      
      * Rectifying the Adamax implementation
      
      * Changing Unit Test values and adding comments
      
      * Changing Unit Test to test multiple steps
      4cb5bd90