1. 12 Jun, 2022 1 commit
  2. 22 Feb, 2021 1 commit
  3. 03 Feb, 2021 1 commit
    • Min Xu's avatar
      [feat] Add AdaScaleWrapper (#347) · a2408eb8
      Min Xu authored
      * [feat] Add AdaScaleWrapper
      
      - This enables a different API for wrapping an optimizer with AdaScale.
      - This also enables AdaScale to be wrapped by OSS.
      - However, OSS wrapping AdaScale results in different optimization,
        which future research will be needed to study its effects.
      
      testing: add unit tests.
      
      * addressed comment: typo
      a2408eb8
  4. 28 Jan, 2021 1 commit
    • Min Xu's avatar
      [test]: test adascale with oss (#328) · fa11d338
      Min Xu authored
      * [test]: test adascale with oss
      
      * minor fix
      
      * add a small comment
      
      * refactor: moved find_tensor_by_shape
      
      * refactor: move test golden data into its own module
      
      * refactor: simplied the train function
      
      * refactor: added comments as suggested
      fa11d338