Skip to content
Snippets Groups Projects
  1. Jul 17, 2021
  2. Jul 06, 2021
  3. Jun 16, 2021
  4. May 30, 2021
  5. May 20, 2021
  6. May 18, 2021
  7. May 11, 2021
  8. Apr 30, 2021
    • Yao Chi's avatar
      Add math ops modules (#4629) · de840ff4
      Yao Chi authored
      
      * add modules:
      
      - sum
      - mean
      - add
      - sub
      - mul
      - div
      - reciprocal
      
      * add +, -, *, / for tensor
      
      * add test case for add,div,mean,mul,reciprocal,sub,sum
      
      * refine test cases
      
      * refine sum module
      
      * remove useless oneflow_export for mean and sum
      
      * add tensor op test for mean and sum
      
      * add CrossEntropyLoss module
      
      * refine Sum
      
      * sum axis attr not found
      
      * refine sum
      
      * refine math ops
      
      * refien cross entropy loss
      
      * refine (not finished)
      
      * fix scalar div, sub
      
      * rename test Module name and refine test case
      
      * rename test Module name and refine test case
      
      * add neg method for Tensor
      
      * remove useless improt items
      
      * refine
      
      * reformat
      
      * remove useless dynamic attr
      
      * fix math_ops and loss
      
      * rename test
      
      * fix format
      
      * delete name
      
      * refine codes and format
      
      * style(*): format codes
      
      * fix(MathOp): fix merge bug
      
      Co-authored-by: default avatarsimonJJJ <821898965@qq.com>
      Co-authored-by: default avatarwyg1997 <wyg19970408@gmail.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      de840ff4
  9. Apr 29, 2021
  10. Apr 28, 2021
  11. Mar 31, 2021
  12. Mar 18, 2021
  13. Oct 04, 2020
    • Shenghang Tsai's avatar
      Parallel unit tests (Step 1, refactor existing unit tests) (#3632) · 789e80b6
      Shenghang Tsai authored
      * add classes for different test base class
      
      * add export
      
      * rm old main files
      
      * fix
      
      * fix class name
      
      * check in changes of tests
      
      * fix else
      
      * fix bugs
      
      * fix order
      
      * better naming
      
      * update ci script
      
      * fix import unittest
      
      * add --failfast
      
      * filter by card num
      
      * fix typo
      
      * update ci script
      
      * dont set CUDA_VISIBLE_DEVICES
      
      * use skip unless
      
      * add OneGpuTestCase
      
      * fix typo
      
      * shorter reason
      
      * fix class
      
      * fix typo
      
      * skip test_train_consistent for now
      
      * add tearDown
      
      * fix setup
      
      * rm todo
      
      * skip TestImageResize
      
      * fix for pure cpu
      
      * skip TestImageTargetResize
      
      * fix typo
      
      * rename
      
      * mv demo
      
      * rm readme
      
      * rename
      
      * rename cases
      
      * add --verbose
      
      * rename
      
      * address reviews
      
      * fix export
      
      * minor fix
      
      * fix export
      
      * fix skips
      
      * more renames
      
      * rename
      
      * rename class
      
      * rm gpu
      
      * rename num in scripts
      
      * skip resize img
      
      * fix sys env
      
      * fix dynamic reshape
      
      * fix dynamic reshape
      
      * fix skip msg
      
      * rm num_gpus
      
      * address...
      789e80b6
  14. Jul 23, 2020
    • Shenghang Tsai's avatar
      Dev apache2 license (#3266) · d0bdbd5d
      Shenghang Tsai authored
      
      * add license at root dir
      
      * check in empty files
      
      * rm space
      
      * check in script
      
      * update script
      
      * fix bug
      
      * add print
      
      * fix
      
      * add exit
      
      * add to of_format
      
      * add CI task
      
      * fix license
      
      * Revert "fix license"
      
      This reverts commit 818b6d7691d3a8b4a25dd41a47ff2c5922b8ec57.
      
      * only add once
      
      * quick fix
      
      * fix script
      
      * dont fmt empty file
      
      * fix
      
      * quick fix
      
      * fix py
      
      * add license
      
      * fix exit
      
      * add license for hpp
      
      * add license
      
      * license new vm files
      
      Co-authored-by: default avatartsai <caishenghang@oneflow.org>
      d0bdbd5d
  15. Jun 15, 2020
    • OuYang Yu's avatar
      Add py format and ci check format (#3013) · 9ccd95ff
      OuYang Yu authored
      * Add py format and ci check format , by black and isort
      
      * py import sort
      
      * add .isort.cfg
      
      * Merge develop
      
      * Add ci docker check format
      
      * Fix undefined name oneflow
      
      * remove isort
      
      * Add docker hash tag
      
      * Add py check format verbose
      
      * Prompt install black
      9ccd95ff
  16. May 10, 2020
  17. May 09, 2020