Skip to content
Snippets Groups Projects
  1. Jul 08, 2021
  2. Jul 07, 2021
  3. Jul 06, 2021
  4. Jul 05, 2021
  5. Jul 04, 2021
  6. Jul 03, 2021
  7. Jul 02, 2021
    • ZZK's avatar
      Dev conv1d module (#5280) · 32341c96
      ZZK authored
      
      * Add partial unary and math functional apis.
      
      * Revert elementwise pow.
      
      * auto format by CI
      
      * Support add with large number of inputs.
      
      * Update oneflow/python/nn/modules/math_ops.py
      
      Co-authored-by: default avatarYinggang Wang <wyg19970408@gmail.com>
      
      * Refine
      
      * Migrate binary and activation ops.
      
      * Migrate array ops.
      
      * Add or refactor activation grad funcs.
      
      * Add or refactor activation grad funcs.
      
      * Revert unpack all
      
      * Fix masked fill
      
      * Refine
      
      * Add nn ops.
      
      * Refine
      
      * Refine
      
      * Migrate conv op
      
      * Fix functional normalization.
      
      * auto format by CI
      
      * unfinished
      
      * Refine code style
      
      * align Torch params
      
      * align Torch params
      
      * develop unfinish
      
      * add conv1d
      
      * add conv1d docs rst
      
      * add conv1d module and docs
      
      * fix bias add error
      
      * fix groups bug
      
      * add test case
      
      * Support optional parameter.
      
      * fix group bug
      
      * add new test case
      
      * add more test case
      
      * small fix
      
      * add torch reference
      
      * add conv base functor
      
      * remove useless print
      
      * reorganize code structure
      
      * fix name and vector size
      
      * fix pushback to at
      
      * small fix for deconv docs
      
      Co-authored-by: default avatarhjchen2 <chenhoujiangcug@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <ci-bot@oneflow.org>
      Co-authored-by: default avatarYinggang Wang <wyg19970408@gmail.com>
      Co-authored-by: default avatarLuyang <flowingsun007@163.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>