- Jul 17, 2021
-
-
Shijie authored
* add scale and new_size * add and refine test_case * fix testcase Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Jul 06, 2021
-
-
Shijie authored
* add coco reader module * 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 16, 2021
-
-
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>
-
- May 30, 2021
-
-
Liang Depeng authored
* support convert tensorbuffer to list of numpy * improve speed * remove useless codes * get tensor_buffer shapes and dtypes by single function * add __eq__ and __hash__ to DType * add dynamic_out to tensor_buffer_to_list_of_tensors_v2 Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- May 20, 2021
-
-
Liang Depeng authored
* improve ofrecord unit test * remove no_grad * fix codes according to review * fix format
-
- May 18, 2021
-
-
Yao Chi authored
* try to merge eager ofrecord to master branch * refine * temp fix * try to add seed but fails * try to add seed but failsclear * use global function to init mirror/conssitent flag * fix test * add modules * fix record modules * fix destruction order * fix mirror gen seed * skip record unit test * remove TODO Co-authored-by:
daquexian <daquexian566@gmail.com> Co-authored-by:
mosout <mosout@qq.com> Co-authored-by:
Ldpe2G <liangdepeng@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- May 11, 2021
-
-
Liang Depeng authored
* add experimental apis * merge master fix conflict * revert flow._oneflow_internal.dtype to flow.dtype * refine * fix test optimizer * update module docs * fix unit tests * fix matmul module test * fix adamw and rmsprop tests * fix crossentropy loss grad Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Apr 30, 2021
-
-
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:
simonJJJ <821898965@qq.com> Co-authored-by:
wyg1997 <wyg19970408@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Apr 29, 2021
-
-
Xiaoyu Zhang authored
* add concat_matmul module * add concat_matmul module * fix comment * fix comment * fix comment * fix comment Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Apr 28, 2021
-
-
Xiaoyu Zhang authored
* add exp_tanh_gelu module * fix comment * fix comment * fix comment Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Mar 31, 2021
-
-
daquexian authored
* integrate module and op builder Signed-off-by:
daquexian <daquexian566@gmail.com> * update test Signed-off-by:
daquexian <daquexian566@gmail.com> * format Signed-off-by:
daquexian <daquexian566@gmail.com> * skip test in lazy mode Signed-off-by:
daquexian <daquexian566@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Mar 18, 2021
-
-
daquexian authored
* pytorch-style module Signed-off-by:
daquexian <daquexian566@gmail.com> * fix typo, update parameter Signed-off-by:
daquexian <daquexian566@gmail.com> * add TODO, remove unused import, set consistent to True in parameter Signed-off-by:
daquexian <daquexian566@gmail.com> * set placement of parameter Signed-off-by:
daquexian <daquexian566@gmail.com> * reformat Signed-off-by:
daquexian <daquexian566@gmail.com> * add __init__.py in oneflow.python.nn.modules Signed-off-by:
daquexian <daquexian566@gmail.com> * fix deprecated module test Signed-off-by:
daquexian <daquexian566@gmail.com> * align with latest checkpoint api Signed-off-by:
daquexian <daquexian566@gmail.com> * fix missing scope_symbol_id Signed-off-by:
daquexian <daquexian566@gmail.com> Co-authored-by:
Li Xinqi <lixinqi2010@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
-
- Oct 04, 2020
-
-
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...
-
- Jul 23, 2020
-
-
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:
tsai <caishenghang@oneflow.org>
-
- Jun 15, 2020
-
-
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
-
- May 10, 2020
-
-
Li Xinqi authored
-
- May 09, 2020
-
-
Li Xinqi authored
* refactor oneflow_export with OneflowApi * runtime_mode
-