• 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
test_oss_adascale.py 4.62 KB