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

Support SyncBatchNorm5D #14542

Merged
merged 27 commits into from
Apr 2, 2019
Merged

Commits on Mar 27, 2019

  1. support SyncBatchNorm5D

    wkcn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    df2f264 View commit details
    Browse the repository at this point in the history
  2. fix

    wkcn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c314241 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    46bc426 View commit details
    Browse the repository at this point in the history
  2. retrigger CI

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4729860 View commit details
    Browse the repository at this point in the history
  3. update test case

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e7bd3bb View commit details
    Browse the repository at this point in the history
  4. test

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    02415f9 View commit details
    Browse the repository at this point in the history
  5. Retrigger CI

    wkcn authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    380e750 View commit details
    Browse the repository at this point in the history
  6. disable cudnn for batchnorm

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4653390 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'support_5d_sync_batchnorm' of github.com:wkcn/incubator…

    …-mxnet into support_5d_sync_batchnorm
    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e11d076 View commit details
    Browse the repository at this point in the history
  8. fix BatchNorm(cudnn)

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c8ad1a8 View commit details
    Browse the repository at this point in the history
  9. fix build

    wkcn committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c22b400 View commit details
    Browse the repository at this point in the history
  10. Remove a testcase

    wkcn authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    f316e91 View commit details
    Browse the repository at this point in the history
  11. Update sync_batch_norm-inl.h

    wkcn authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ea470be View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. update unittest

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d4a118d View commit details
    Browse the repository at this point in the history
  2. merge master

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    f126fb1 View commit details
    Browse the repository at this point in the history
  3. update unittest

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d1a7787 View commit details
    Browse the repository at this point in the history
  4. update test

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    2a3ba52 View commit details
    Browse the repository at this point in the history
  5. fix test

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    6d6142f View commit details
    Browse the repository at this point in the history
  6. change atol and rtol

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    659f1db View commit details
    Browse the repository at this point in the history
  7. BN(cudnn) 5d

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    36f930d View commit details
    Browse the repository at this point in the history
  8. update test

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    9ec1f51 View commit details
    Browse the repository at this point in the history
  9. test

    wkcn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    904f5bd View commit details
    Browse the repository at this point in the history
  10. Testing

    wkcn authored Mar 29, 2019
    Configuration menu
    Copy the full SHA
    e238132 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Update batch_norm.cu

    wkcn authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    1ba2c84 View commit details
    Browse the repository at this point in the history
  2. test cudnnoff

    wkcn authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    784b77d View commit details
    Browse the repository at this point in the history
  3. Update test_operator.py

    wkcn authored Mar 30, 2019
    Configuration menu
    Copy the full SHA
    767efeb View commit details
    Browse the repository at this point in the history
  4. update BN! : )

    wkcn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    993e8e3 View commit details
    Browse the repository at this point in the history