1. 09 10月, 2020 1 次提交
  2. 08 10月, 2020 2 次提交
  3. 07 10月, 2020 6 次提交
    • qq_22305325's avatar
      Dev integrate cfg (#3597) · c0dc5da6
      qq_22305325 提交于
      * integrate cfg primary
      
      * add depend of of_ccobj
      
      * add dependence of of_cfgobj
      
      * fine-tuning the way of cfg integration
      
      * add proto/cfg convert & DebugString
      
      * finetune cfg
      
      * optimize cfg & add support of nested message
      
      * fix a small bug
      
      * arrange cfg code
      
      * optimize cfg
      
      * fix code format
      
      * add of_proto_python_dir arg to template_convert.py
      
      * fix cfg constructor bug
      
      * remove useless line in cfg.cmake
      
      * optimize cfg.cmake
      
      * delete useless line in cfg.cmake
      
      * fintune cfg.cmake
      
      * fix a small bug of oneof field
      
      * support oneflow_api_registry
      
      * fix code format
      
      * Expand folder range
      
      * optimize of_api_registry
      
      * Update of_api_registry.h
      
      add a blank line between constructor  and member function
      
      * update pybind_module_registry
      
      * fix code format
      
      * optimize oneflow_pybind_api
      
      * optimize pybind registry
      
      * fix code foemat
      
      * optimize cfg
      
      * fix oneflow.cmake
      
      * add a blank line
      
      * optimize cfg
      Co-authored-by: Nlixinqi <lixinqi0703106@163.com>
      Former-commit-id: e01b57a5
      c0dc5da6
    • qq_22305325's avatar
      fix function name · f2d5b60c
      qq_22305325 提交于
      
      Former-commit-id: aa4373bbb9119bb88dd182b748f68e03034b18e4
      f2d5b60c
    • qq_22305325's avatar
      fix function name · 91febcc9
      qq_22305325 提交于
      
      Former-commit-id: 86871384e3c06df8d280bfb46579a5123ae7001d
      91febcc9
    • qq_22305325's avatar
      Merge branch 'dev_integrate_cfg' of https://github.com/Oneflow-Inc/oneflow... · a4320d97
      qq_22305325 提交于
      Merge branch 'dev_integrate_cfg' of https://github.com/Oneflow-Inc/oneflow into dev_replace_ErrorProto_to_cfgErrorProto
      
      Conflicts:
      	oneflow/python/oneflow_internal_helper.h
      
      Former-commit-id: 2e3c9c969b2c58cc7573ad9f2273e44891461380
      a4320d97
    • L
      merge master · 834c6274
      lixinqi 提交于
      
      Former-commit-id: 310030e4b84f23456caf7c515696e59d05a8ccd2
      834c6274
    • L
      Refactor scope (#3652) · 6107a1ad
      Li Xinqi 提交于
      * refactor Session.job_name2current_scope_ to Session.scope_stack_
      
      * Seperate scope related functions from Session to scope_util.py
      
      * revert change
      Co-authored-by: NShenghang Tsai <jackalcooper@gmail.com>
      Former-commit-id: 278b50ae
      6107a1ad
  4. 06 10月, 2020 2 次提交
  5. 05 10月, 2020 6 次提交
  6. 04 10月, 2020 3 次提交
    • G
      MaskAndScaleHalf2 (#3643) · 9dca9689
      guo ran 提交于
      * MaskAndScaleHalf2
      
      * fix
      
      * fix
      
      * refine
      
      * format
      
      Former-commit-id: 31701b01
      9dca9689
    • L
      Bugfix split config proto and session job set (#3637) · c8b21ac0
      Li Xinqi 提交于
      * rename OF_BARRIAER
      
      * add eager_2node_test.py
      
      * InitLazyGlobalSession if eager execution not enabled
      
      * remove Global<LbiDiffWatcherInfo>
      
      * add TODO() comments for OF_SESSION_BARRIER under directory core/comm_network/
      
      * remove eager_2node_test.py
      
      Former-commit-id: 4d3e2d33
      c8b21ac0
    • S
      Parallel unit tests (Step 1, refactor existing unit tests) (#3632) · d125c86b
      Shenghang Tsai 提交于
      * 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 review
      
      * address reviews
      
      * rm class
      
      * update decorator
      
      * fix inden
      
      * fix typo
      
      * replace class with decorator
      
      * fix
      
      * refine
      
      * fix decorator
      
      * mv code
      
      * add more decorators
      
      * add ONEFLOW_TEST_DEVICE_NUM=1
      
      * fix typo
      
      * fix typo
      
      * fix name
      
      * fix skip msg
      
      * use decorators in scripts
      
      * larger rol for xla ln
      Co-authored-by: Ntsai <caishenghang@oneflow.org>
      Co-authored-by: Noneflow-bot <69100618+oneflow-bot@users.noreply.github.com>
      Former-commit-id: 789e80b6
      d125c86b
  7. 03 10月, 2020 1 次提交
  8. 02 10月, 2020 2 次提交
  9. 01 10月, 2020 2 次提交
  10. 30 9月, 2020 15 次提交