1. 29 7月, 2020 7 次提交
  2. 28 7月, 2020 14 次提交
  3. 27 7月, 2020 3 次提交
  4. 26 7月, 2020 8 次提交
  5. 25 7月, 2020 8 次提交
    • O
      change default distribute_strategy to consistent view (#3293) · 1629325a
      OuYang Yu 提交于
      * change default distribute_strategy to consistent view
      
      * change Shape to shape
      
      Former-commit-id: c70a9904
      1629325a
    • D
      oneflow to onnx (#2934) · fdda6848
      daquexian 提交于
      * port tf2onnx to oneflow and test on alexnet
      
      * add flow_inputs to op decorator
      
      * add unit tests and update many ops accordingly, fix broken optimizer, eliminate model_load_dir parameter by a trick
      
      * fix problem that groups and dilation_rates are not used
      
      * add conv tests for dilations and group
      
      * disable the borken transpose optimizer
      
      * support leaky_relu, clip_by_scalar op, mobilenetv2 model
      
      * fix the broken transpose optimizer
      
      * update weight initializers
      
      * rename tf_op decorator to flow_op
      
      * replace "tensorflow" with "oneflow", remove some tf-specific code, delete all rewriters since they are not needed for oneflow
      
      * remove many ops not need to support now, add many tests
      
      * remove duplicated file
      
      * fix opset 11 pad op
      
      * remove some unsupported ops, map add_n to sum op
      
      * remove custom opset and controlflow ops
      
      * add more ops and tests
      
      * use PbMessage2TxtString
      
      * remove unused code and polish
      
      * rename utils.py to util.py
      
      * remove unused parameters
      
      * map distribute_* op to identity
      
      * use ONEFLOW_DEBUG_MODE env var
      
      * delete verbose_logging.py
      
      * remove rewriter and rename some variables
      
      * add onnx to install_requires
      
      * update some comments
      
      * add layernorm and format
      
      * replace flow.function with flow.global_function
      
      * refactor input_maps and output_maps, combine oneflow_to_onnx_naive and flowlist_to_onnx, remove layernorm
      
      * reformat
      
      * remove unused functions
      
      * replace make_name and port_name with id_util.UniqueStr
      
      * rename some function names and filenames
      
      * rename flow_inputs->flow_ibns
      
      * add onnx in dev-requirements.txt
      
      * reformat
      
      * remove 'target', refine comments
      
      * in ci container, install python deps from dev-requirements.txt
      
      * remove opset-1 converters if there is another converter for opset < 8
      
      * rename some functions
      
      * copy_dtype->CopyDtype
      
      * check ENABLE_USER_OP != False instead of == True
      
      * use absolute import
      
      * support >2GB model
      
      * Remove unused GraphUtil and 'PlaceHolderWithDefault'
      
      * fix typo extrace->extract
      
      * Add docs for flow.onnx.export
      
      * Add typing hints
      
      * wrap Export with session_ctx.try_init_default_session
      
      * remove debug code in get_saved_tensor
      
      * drop the support of gathernd opset < 11
      
      * fix bug of equal/not_equal when opset < 11
      
      * make default opset and tested opset both 10
      
      * reformat
      
      * optimize the import order
      
      * update docs about default opset
      
      * add assert to check the existence of model_save_dir
      
      * remove oneflow.python dependency in tests, replace deprecated apis
      
      * replace flow.deprecated.variable_scope to flow.scope.namespace
      
      * run onnx export model test in ci
      
      * add license
      
      * fix typo
      
      * run onnx test before op test
      
      * fix onnx test script
      
      Former-commit-id: 87740ae8
      fdda6848
    • L
      Fix bug when nameless layers api call get variable in eager model (#3288) · a9a271e2
      leaves-zwx 提交于
      * fix test_categorical_ordinal_encoder
      
      * reuse=False
      
      * reuse=False in prelu
      
      * update test
      
      * update conv2d test and fix bug
      
      * fix
      Co-authored-by: NLi Xinqi <lixinqi2010@gmail.com>
      Former-commit-id: 844fc266
      a9a271e2
    • O
      fix typing function OriginFrom (#3292) · f4027274
      OuYang Yu 提交于
      Co-authored-by: NLi Xinqi <lixinqi2010@gmail.com>
      Former-commit-id: 0ba8fe20
      f4027274
    • J
      fix checkpoint check (#3277) · 965f15e9
      Juncheng 提交于
      
      
      Former-commit-id: b969303d
      965f15e9
    • L
      Bugfix eager (#3290) · 2a76a58f
      Li Xinqi 提交于
      * fix push_util bugs
      
      * fix coco op bugs
      
      Former-commit-id: e01db73f
      2a76a58f
    • S
      bump version (#3291) · 5161823b
      Shenghang Tsai 提交于
      
      
      Former-commit-id: 7925cfcb
      5161823b
    • O
      fix dtype type error (#3289) · b93f0d75
      OuYang Yu 提交于
      
      
      Former-commit-id: 2e333690
      b93f0d75