- Jun 18, 2021
-
-
ZhongHW authored
* init-norm * checkpoint * update order 0 * first_push * refine-norm * delete-tripletloss-part * fix-conlict * add-tensor-norm * fix-docstring * fix-docstring * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Houjiang Chen authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jun 17, 2021
-
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * fix conflict * add deconv cpu impl baseline * fix deconv impl bug * fix comments Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Juncheng authored
* Refine protobuf cmake refine fix * fix * fix * add glog_imported protobuf_imported * fix * fix Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* checkout files from fix_macos_support * only build on linux for now * refine * refine * make_concurrency 2 on linux * fix * refine * refine * refine * refine * refine * fix * refine * refine * refine * refine * refine * skip error to create cache * add back test * add tensorflow-addons==0.13.0 * refine * fix * rm cache * add skip * refine * refine * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
YongtaoShi authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * crossentropyloss support ignore_index * add crossentropyloss testcase * nllloss support ignore_index * add nllloss testcase * add nllloss backward test * add nllloss backward test * add nllloss testcase * optimize code structure Co-authored-by:
BBuf <1182563586@qq.com> Co-authored-by:
Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Jiaojiao Ye authored
* first commit of op floor * first commit of op acos * split acos from math_ops and add doctest * resolve conflicting files * fix format bug * fix bug in forward * add test_bcewithlogitsloss * add test_bcewithlogitsloss fix bugs * modify doctest * modify doctest * add reduce and size_average arguments * rebuild test case and modify bugs in docstring * solve conficts * auto format by CI * rectify args explanation in docstring * remove redundant check of pos_weight length * resolve conflicts * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
XIE Xuan authored
* user_op set default is_dynamic * return first valid blob desc * auto format by CI Co-authored-by:
guo-ran <360112263@qq.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* fix bert backward bug * fix argwhere module bug * align dropout module with torch * fix acosh ci bug * fix acosh ci bug Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
* delete const_cast in Output * "refactor infer ctx input_isdynamic" * refactor infer_ctx output_isdynamic * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Luyang authored
* refine and add test case * support ellipsis type slice * refine * refine * support slice assign ellipsis type * refine * register fn to localtensor * support tuple inputs * add tuple input test case Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
* delete const_cast in Output * "refactor infer ctx input_isdynamic" * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Luyang authored
* refine and add test case * support ellipsis type slice * refine * refine * support slice assign ellipsis type * refine * register fn to localtensor * support_different_dtype_of_equal_module * refine Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jun 16, 2021
-
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * fix acos module bug * fix acos module bug * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * add nllloss backward test * add nllloss backward test Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* fix has_grad template * update flatbuffer * fix align * revert * add FLATBUFFERS_BUILD_TESTS=OFF * revert * refine * add note * Update flatbuffers.cmake * FLATBUFFERS_BUILD_TESTS=OFF * Update flatbuffers.cmake * update test config * run doctest in cpu * fix vm::TestResourceDescScope * dont run doctest because it seems to involve more * refine * fix cpu only errors Signed-off-by:
daquexian <daquexian566@gmail.com> * fix bin dir * fix * fix * rm transport test main (#5215) * refine * refine * refine Co-authored-by:
strint <xiaoyulink@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
daquexian <daquexian566@gmail.com>
-
OuYang Yu authored
* modules CTCLoss * merge master * Rewrite ctc_loss gradient funcs * int64_t -> int32_t * modify int to int32_t * add Reference * add requires_grad Co-authored-by:
YaoChi <later@usopp.net> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* build only two opencv targes * update headers Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Juncheng authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Yurui Li authored
* refactor SbpXXX to cfg::SbpXXX * modify ParallelDistributionHint4InputArgNameAndIndex to be const function * fix sbp to cfg::sbp in job_pass * fix bug ToProto, InitFromProto and pb passed to cfg * auto format by CI * fix gpt segment fault * fix xla * tmp commit * fix xla compile error * fix test case fail * auto format by CI * refine Co-authored-by:
lixinqi <lixinqi0703106@163.com> Co-authored-by:
liufengwei <2472937968@qq.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * rename test case
-
S1NH authored
* rename CosineScheduler to CosineAnnealingLR * Rename cosine_scheduler.py to cosine_annealing_lr.py * add reference * clean code * clean code * auto format by CI * clean code * auto format by CI Co-authored-by:
Shenghang Tsai <jackalcooper@gmail.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Xiaoyu Zhang authored
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * add meshgrid module * add meshgrid module * fix meshgrid module bug * add docstring for meshgrid module * add doctest for meshgrid module * auto format by CI * fix commnet Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
leaves-zwx authored
* decouple FileSystem and IOConf * rm InitEagerGlobalSession in test * modify addressing review comment * rename * rename * improve robust * minor modify * address review comment * rm deprecated config * rm file_system_conf proto * rm non-exsited header * fix setting optinal io_conf Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Tianyu Zhao authored
* Add interface InferContext::InputDType * Make `*dtype` variables const reference * auto format by CI Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
liufengwei0103 <2472937968@qq.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Luyang authored
* refine and add test case * support ellipsis type slice * refine * refine * support slice assign ellipsis type * refine * register fn to localtensor * set_lower_precision_avoid_ci_failing * fix numpy runtime warning Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Shenghang Tsai authored
* update flatbuffer * fix align * revert * add FLATBUFFERS_BUILD_TESTS=OFF * revert * refine * add note * Update flatbuffers.cmake * FLATBUFFERS_BUILD_TESTS=OFF * Update flatbuffers.cmake Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jun 15, 2021
-
-
Shenghang Tsai authored
* Update README.md * Update release.yml * Update release.yml * Update README.md Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Yao Chi authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Zhiqiu(Oscar) Xu authored
* added flatten backward * flatten and softmax backward * auto format by CI * rename test functions, deleted useless attributes * add cpu version of upsample Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
Juncheng authored
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
liufengwei0103 authored
* refactor SbpXXX to cfg::SbpXXX * modify ParallelDistributionHint4InputArgNameAndIndex to be const function * fix sbp to cfg::sbp in job_pass * fix bug ToProto, InitFromProto and pb passed to cfg * auto format by CI * fix gpt segment fault * fix xla * tmp commit * tmp commit * fix xla compile error * [fix bug] return tmp in model_io_v2 * auto format by CI Co-authored-by:
lixinqi <lixinqi0703106@163.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
poohRui <yuruil@qq.com>
-
yayeoCddy authored
* add ReplicationPad2d * add replicationpad2d * update * update * update replicationpad2d * update docstring * auto format by CI * Update test_replicationpad2d.py update test * bug fix about value * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
Shenghang Tsai authored
* CMake logs CUDA version and root dir * refine * refine * refine * add timeout limit Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
YongtaoShi authored
* add kldivloss module * support for larger range of target values * add doctest * separate testcase * delete deprecated argument * fix zeros device bug Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
LiamXu-xjl authored
* first commit of floor * Added function floor_op_tensor * fixed a copy paste bug * added test for backward_cpu * Added more test cases, added doctest * fix conflicts * changed doctest testmod, eliminated the print commands in doctest * made sure the math_op.py is the same as in the latest master branch * added an ending newline * auto format by CI * fix test_tensor python format * auto format by CI * fix license * fix docstring * fix doc test format * auto format by CI Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
-
- Jun 14, 2021
-
-
Shenghang Tsai authored
* Add auto cancel step for outdated commit * refine
-
Shenghang Tsai authored
* add log * add more set -x * fix script * rename 1node test a name not smiliar to 1node op test Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-