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/01/11 15:24:53 UTC

[GitHub] cchung100m edited a comment on issue #12205: Lint errors in examples

cchung100m edited a comment on issue #12205: Lint errors in examples
URL: https://github.com/apache/incubator-mxnet/issues/12205#issuecomment-453547675
 
 
   Hi @vandanavk ,
   
   Thank you for the suggestions.
   
   I split the whole changes into multiple commits(total 20 parts and each commit contains 15 files). However, I cannot stack the PRs as below:
   ```
   (venv) cch:incubator-mxnet cch$ git show-branch
   ! [issue12205] solve pylint errors in examples with issue no.12205
    ! [issue12205_2] [issue_12205 - PART1]
     * [issue12205_3] [issue_12205 - PART2]
      ! [issue12205_4] [issue_12205 - PART3]
       ! [issue12205_5] [issue_12205 - PART4]
        ! [issue12205_6] [issue_12205 - PART5]
         ! [issue12205_7] [issue_12205 - PART6]
          ! [issue12205_8] [issue_12205 - PART7]
           ! [issue12205_9] [issue_12205 - PART8]
            ! [issue12205_10] [issue_12205 - PART9]
             ! [issue12205_11] [issue_12205 - PART10]
              ! [issue12205_12] [issue_12205 - PART11]
               ! [issue12205_13] [issue_12205 - PART12]
                ! [issue12205_14] [issue_12205 - PART13]
                 ! [issue12205_15] [issue_12205 - PART14]
                  ! [issue12205_16] [issue_12205 - PART15]
                   ! [issue12205_17] [issue_12205 - PART16]
                    ! [issue12205_18] [issue_12205 - PART17]
                     ! [issue12205_19] [issue_12205 - PART18]
                      ! [issue12205_20] [issue_12205 - PART19]
                       ! [issue12205_21] [issue_12205 - PART20]
                        ! [master] AdamW operator (Fixing Weight Decay Regularization in Adam) (#13728)
   ----------------------
                       +  [issue12205_21] [issue_12205 - PART20]
                      ++  [issue12205_20] [issue_12205 - PART19]
                     +++  [issue12205_19] [issue_12205 - PART18]
                    ++++  [issue12205_18] [issue_12205 - PART17]
                   +++++  [issue12205_17] [issue_12205 - PART16]
                  ++++++  [issue12205_16] [issue_12205 - PART15]
                 +++++++  [issue12205_15] [issue_12205 - PART14]
                ++++++++  [issue12205_14] [issue_12205 - PART13]
               +++++++++  [issue12205_13] [issue_12205 - PART12]
              ++++++++++  [issue12205_12] [issue_12205 - PART11]
             +++++++++++  [issue12205_11] [issue_12205 - PART10]
            ++++++++++++  [issue12205_10] [issue_12205 - PART9]
           +++++++++++++  [issue12205_9] [issue_12205 - PART8]
          ++++++++++++++  [issue12205_8] [issue_12205 - PART7]
         +++++++++++++++  [issue12205_7] [issue_12205 - PART6]
        ++++++++++++++++  [issue12205_6] [issue_12205 - PART5]
       +++++++++++++++++  [issue12205_5] [issue_12205 - PART4]
      ++++++++++++++++++  [issue12205_4] [issue_12205 - PART3]
     *++++++++++++++++++  [issue12205_3] [issue_12205 - PART2]
    +*++++++++++++++++++  [issue12205_2] [issue_12205 - PART1]
    +*+++++++++++++++++++ [master] AdamW operator (Fixing Weight Decay Regularization in Adam) (#13728)
   
   (venv) cch:incubator-mxnet cch$ hub pull-request -b issue12205_2
   Error creating pull request: Unprocessable Entity (HTTP 422)
   Invalid value for "base"
   ```
   Therefore, I open the PRs from Github website, but I am not sure if it is stacked PRs.
   
   https://github.com/apache/incubator-mxnet/pull/13815
   
   https://github.com/apache/incubator-mxnet/pull/13848
   
   I would appreciate if you can give me further suggestions.
   
   Many thanks,

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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