Skip to content
Snippets Groups Projects
  1. Sep 19, 2019
  2. Sep 18, 2019
  3. Sep 17, 2019
  4. Sep 16, 2019
    • scxfjiang's avatar
      add resnet50 in model (#2217) · 247170c1
      scxfjiang authored
      247170c1
    • Shenghang Tsai's avatar
      docker build support (#2002) · bcd7621f
      Shenghang Tsai authored
      * update cmake files
      
      * check in files
      
      * Fix tick in multi node parallel (#2042)
      
      * check in fixes
      
      * fix by adding boxing method
      
      * register tick op
      
      * move code and add more check
      
      * fix typo
      
      * fix bug when filtering op nodes before adding tick
      
      * shrink ctx size
      
      * fix script
      
      * fix wheel build
      
      * fix wheel build not adding .so (#2052)
      
      * lower cmake version bar
      
      * rm more files
      
      * keep build dir
      
      * check in test bash script
      
      * fix
      
      * Dev docker sx (#2124)
      
      * add python2 docker env
      
      * rm old docker files
      
      * update repository
      
      * add ARG CUDA and USE_PYTHON_3_OR_2
      
      * reform files
      
      * update
      
      * rm log doesn't print when there is cache
      
      * use default arg in dockerfile
      
      * better py 2 or 3 condition
      
      * add default
      
      * use if
      
      * update alexnet
      
      * update for bert
      
      * 15->16
      bcd7621f
    • cheng cheng's avatar
    • Li Xinqi's avatar
      oneflow.parallel (#2211) · 0ca43f65
      Li Xinqi authored
      * oneflow.parallel
      
      * refactor split_axis => parallel
      
      * rename parallel => distribute
      
      * fix typo: *Parallel => *Distribute
      
      * add blob_desc.with_split_distribute(axis) and blob_desc.with_broadcast_distribute()
      0ca43f65
    • Shenghang Tsai's avatar
      Update reshape_like_op.cpp (#2213) · 01f9b069
      Shenghang Tsai authored
      01f9b069
    • Li Xinqi's avatar
      Dev decode batch size (#2206) · 42967639
      Li Xinqi authored
      * rm batch_size and piece_size
      
      * merge dev_python
      42967639
  5. Sep 15, 2019
  6. Sep 14, 2019
  7. Sep 12, 2019
  8. Sep 11, 2019
  9. Sep 10, 2019
    • Snow's avatar
      add concat op and pass the test (#2067) · 34f01b0a
      Snow authored
      * add concat op and pass the test
      
      * add vgg job_conf
      
      * model compared to be same as the old one
      
      * rm unnecessary file
      
      * Update array_ops.py
      
      * mv file
      34f01b0a
    • Li Xinqi's avatar
      add GatherMs0Grad op (#2191) · d43a4be6
      Li Xinqi authored
      * support for gather with s(0) `in'
      
      * add gather_ms0_op
      
      * fix bugs in message GatherMs0OpConf and GatherMs0Kernel
      
      * only (B, S(0)) -> P supported for gather_ms0 op
      
      * add GatherMs0Grad op
      
      * minor fix
      
      * refine code
      
      * bugfix and update gather test case
      d43a4be6
    • Shenghang Tsai's avatar
      Dev reshape sbp (#2192) · 3c62392f
      Shenghang Tsai authored
      * reshape sbp
      
      * more check for reshape conf
      
      * fix error CHECK
      
      * refactor reshape
      
      * fix reshape like op
      
      * support naive case of s0
      
      * refine
      
      * rm redundant code
      
      * more generous check for equal element cnt
      
      * restore empty line
      3c62392f
    • Shenghang Tsai's avatar
      quick fix multi node launch (#2193) · 7ff6d44e
      Shenghang Tsai authored
      7ff6d44e
  10. Sep 09, 2019
  11. Sep 08, 2019