Skip to content
Snippets Groups Projects
  1. Feb 08, 2021
  2. Feb 07, 2021
  3. Feb 05, 2021
    • Juncheng's avatar
      Add Operator::InferInplaceObn2IbnIf (#4191) · 238e8bfe
      Juncheng authored
      * Add Operator::InferInplaceObn2IbnIf
      
      * remove useless header
      
      * make InferInplaceObn2Ibn protected
      238e8bfe
    • iamyf's avatar
      Add ReplicationPad2D op (#4190) · f7a95d42
      iamyf authored
      * add pad2d ops and kernels
      
      * fix bug
      
      * add python api and unittest
      
      * reformat, change padding_data_type seq, change dim2vector method usage
      
      * fix typo
      
      * delete ShapeViewToDimVector
      
      * rerun make of_format
      f7a95d42
    • leaves-zwx's avatar
      Implementation of SavedModel and InferenceSession (#4066) · 56cd6a38
      leaves-zwx authored
      
      * save model and load model demo
      
      * fix
      
      * tensor.proto and copy signature
      
      * pass test
      
      * add load_saved_model function for InferenceSession
      
      * wait_for_all_jobs_finished
      
      * test_alexnet_save_and_load
      
      * support change batch_size
      
      * support batch axis
      
      * add ci test
      
      * revert job_build_and_infer_ctx api
      
      * simplify test script
      
      * following update
      
      * improve search function of InferenceSession
      
      * fix break update
      
      * add cv2 to dev-requirements
      
      * Update Dockerfile
      
      * rm 3.5
      
      * fix
      
      * quick workaround
      
      * speed up bazel
      
      * port changes
      
      * revert workaround
      
      * rm batch_axis in JobInputDef and JobOutputDef
      
      * rm export for ImageNetRecordDataset
      
      * refine Complete api for GraphBuilder and SignatureBuilder
      
      * refine check op is moirrored
      
      * fix by review comment ci test
      
      * InferenceSession is not responsible to destroy env
      
      Co-authored-by: default avatarShenghang Tsai <jackalcooper@gmail.com>
      Co-authored-by: default avatarTsai <caishenghang@oneflow.org>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      56cd6a38
  4. Feb 03, 2021
  5. Feb 02, 2021
  6. Feb 01, 2021
  7. Jan 31, 2021
    • Shenghang Tsai's avatar
      Refine manylinux dockerfile (#4141) · 062d802a
      Shenghang Tsai authored
      
      * manylinux docker use pip_args
      
      * optional bazel url
      
      * move args
      
      * fix repo url
      
      * reorder cmd
      
      * fix github case
      
      * update manylinux sha
      
      * http proxy lower case
      
      * rm err msg
      
      * mv msg
      
      * fix case
      
      * add exit 1
      
      * disable centos-sclo-rh
      
      * centos-sclo-rh skip_if_unavailable
      
      * MANYLINUX_SHA
      
      * Update Dockerfile
      
      * Update Dockerfile
      
      * refine
      
      * use ali
      
      * port more changes
      
      * use oneflow url
      
      * it works
      
      * add rsync
      
      * reorder
      
      * refine
      
      * refine
      
      * refine
      
      * use mirrot install cpython
      
      * larger tol
      
      Co-authored-by: default avatarTsai <caishenghang@oneflow.org>
      062d802a
  8. Jan 30, 2021
  9. Jan 29, 2021
  10. Jan 28, 2021
  11. Jan 27, 2021
  12. Jan 26, 2021
  13. Jan 25, 2021
    • binbinHan's avatar
      Mig eager blob (#4140) · a871b7ea
      binbinHan authored
      
      * mig EagerPhysicalBlobHeader
      
      * slove dtype
      
      * mig EagerPhysicalBlob partical
      
      * mig EagerBlobTrait
      
      * fix EagerBlobTrait shape property
      
      * add CHECK
      
      * slove numpy
      
      * enroll blob_trait
      
      * replace EagerPhysicalBlob with oneflow_api.EagerPhysicalBlob
      
      * replace LazyBlob with oneflow_api.LazyBlob
      
      * fix a SyntaxError
      
      * mig eager_blob
      
      * replace EagerBlob with oneflow_api.EagerBlob
      
      * move parallel_size to c++
      
      * Adjust parameter order
      
      * rename fun
      
      * adjust condition
      
      * del useless fun
      
      * rename blob_type to blob_class
      
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      a871b7ea
    • Juncheng's avatar
      Remove ConstBuf (#4149) · dd4a30c5
      Juncheng authored
      dd4a30c5
  14. Jan 23, 2021
  15. Jan 22, 2021
    • binbinHan's avatar
      Mig eager util (#4136) · cbb0afc4
      binbinHan authored
      * mig EagerPhysicalBlobHeader
      
      * slove dtype
      
      * mig EagerPhysicalBlob partical
      
      * mig EagerBlobTrait
      
      * fix EagerBlobTrait shape property
      
      * add CHECK
      cbb0afc4
  16. Jan 21, 2021
  17. Jan 19, 2021
    • binbinHan's avatar
      Mig blob register (#4133) · e47a5c0a
      binbinHan authored
      
      * GetPhysicalOpArgBlobAttr
      
      * cfg hash
      
      * fix bug
      
      * cfg::SbpParallel typed OpArgParallelAttribute.sbp_parallel
      
      * cfg::OptMirroredParallel typed OpArgParallelAttribute.opt_mirrored_parallel
      
      * rename PyLazyConsistentBlob and PyLazyMirroredBlob
      
      * fix EagerConsistentBlob bug of property parallel_size
      
      * use static_cast
      
      * del redefine hash
      
      * mig_op_arg_para_attr
      
      * mig DumpToInterfaceBlobConf
      
      * fix bug
      
      * fix inter_face_blob_conf.proto
      
      * replace None with oneflow_api.INVALID_BATCH_AXIS
      
      * migrate python OpNodeSignatureSymbol to c++ version
      
      * fix CONFLICT
      
      * mig DumpToOpNodeSignature
      
      * mig op_arg_util.py completely
      
      * mig python BlobObject
      
      * add del function
      
      * add cortol in del
      
      * fix BlobObject construct
      
      * add const
      
      * fix eager multiple gpu bug
      
      * add shutdown() switch
      
      * add shutdown in vm_util
      
      * fix vm util bug
      
      * fix vm util bug
      
      * fix release function
      
      * fix _DeleteObject and _TryClearObject
      
      * bind is_shutting_down
      
      * mig blob_register
      
      * use void
      
      * del useless line
      
      * add release
      
      * del useless export
      
      Co-authored-by: default avatarlixinqi <lixinqi0703106@163.com>
      Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
      e47a5c0a