- 05 4月, 2022 9 次提交
-
-
由 RichardWooSJTU 提交于
* add nms op and batched_nms api
-
由 0x45f 提交于
-
由 Zhang Ting 提交于
* switch autotune * implement AutoTuneCache * implement AutoTuneCache class * add pybind api * add dygraph test * support static mode and eager mode and improve unittests * rename the SwitchAutoTune Class and improve tests * improve AutoTuneStatus and reduce the cost of tests
-
由 wanghuancoder 提交于
* eager math op, test=develop * eager support lookahead, test=develop * refine,test=develop * refine doc, test=develop * refine,test =develop * refie, test=develop * refie, test=develop * refie, test=develop * test_paddle_multiprocessing * refine, test=develop * refine, test=develop * fix bug, test=develop * refine, test=develop * dataloader, test=develop * refine, test=develop * refine, test=develop * refine, test=develop * test_datasets timeout, test=develop * refine, test=develop
-
由 Aurelius84 提交于
* [Eager] Fix empty tensor Initializer bug with shape=[] * [Eager] Fix empty tensor Initializer bug with shape=[] * ignore two unittest * fix unittest
-
由 Leo Chen 提交于
* enable new executor by default * enable stream safe allocator * test=document_fix;test=coverage * do not use scope in op kernel * fit empty program for new executor * fix communication depend * fix test_sync_batch_norm * skip unsupported place * refine datatransfer * fit for dirtributed program * fix dependencpy * fix some ut
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
* add stack yaml * add stack yaml * add stack yaml * add no_need_buffer * refine no_need_buffer declare * remove original grad infershape * revert stack op
-
由 pangyoki 提交于
* support inplace no_need_buffer * fix * use padle.add
-
- 04 4月, 2022 31 次提交
-
-
由 hong 提交于
-
由 0x45f 提交于
-
由 wanghuancoder 提交于
* eager test var base * refine, test=develop
-
由 Sing_chan 提交于
* cut off relation between xk and initial_position's graph * fix_bug * add detach to cut off with original graph
-
由 FlyingQianMM 提交于
* support getitem when index is a all-false bool tensor * use cond to replace if * add static_graph geitem unit test when index is a bool tensor
-
由 FlyingQianMM 提交于
-
由 zyfncg 提交于
-
由 hong 提交于
* update * fix bug
-
由 zhaocaibei123 提交于
* update name * update name * fix test * fix fleet bind * update name * update name * fix test * fix gpups wrapper * remove Push/Pull/Load/Save with context in client and wrapper base class * fix * fix * remove some interface * fix * remove * code style * recover * fix * remove code unused * fix * recover * fix Co-authored-by: Nesythan <esythan@126.com>
-
由 Zhong Hui 提交于
-
由 Aurelius84 提交于
* [Eager]Fix tile API final_state bug * fix backward bug
-
由 chentianyu03 提交于
* add clip yaml * import _test_eager_guad * add default value to scalar * add clip_grad default value * fix test failed
-
由 hong 提交于
* update epxand and sigmoid with cross entropy * skip expand as infrt check * fix sigmoid cross entropy bug * remove no grad set white list * remove no grad set * fix bug * fix sigmoid error * fix bug
-
由 Haohongxiang 提交于
* [Dygraph] Support sparse tensor in refactored reducer * add uts * refactor * update * fix bugs
-
由 ShenLiang 提交于
-
由 Chen Weihang 提交于
* add infershape and forward yaml * add final_state call * add base unittests * add backward yaml and test * fix without softmax test error * add cross_entropy test
-
由 Zhanlue Yang 提交于
* [Refactor] refactored eager_gen.py PR #2 * [DoubleGrad PR #1] Decoupled code generation logics for Dygraph ForwardFunctions and GradNodes * Fixed minor issue * Adjusted logics of GenerateNodeCreationCodes and GenerateForwardDefinition * Fixed issues * Supported higher-order grad node generation * [DoubleGrad PR #4] Supported higher-order GradNode generation * [DoubleGrad #4] Bug Fixes to Double Grad Node Generation * Fixed yaml typo * Fixed yaml typo * fixed minor issues * [DoubleGrad PR #5] Enabled gradient computations for grad_tensors passed to paddle.grad() * Fixed minor issue * Fixed CI-Inference issue * Fixed CI-inference issues * [DoubleGrad PR #7] paddle.grad() to copy backward graph before backward run * Fixed minor issues * Fixed issue with backward graph construction logic * Fixed implementation issues with backward graph reconstruction * Fixed unittest issue * Fixed issues
-
由 From00 提交于
* Add yaml for reduce_sum OP * Fix CI errors * Fix CI errors * Fix CI errors * Fix CI errors
-
由 Weilong Wu 提交于
* [Eager]Polish enable/disable_legacy_dygraph logic * Support _offset in eager mode * Update framework.py * Update framework.py Co-authored-by: NAurelius84 <zhangliujie@baidu.com>
-
由 Weilong Wu 提交于
* [Eager]Polish enable/disable_legacy_dygraph logic * fix test_var_base print_tensor * fix bug caused by arange * Updated bf16 cast case * BF16 astype to float32 Co-authored-by: NAurelius84 <zhangliujie@baidu.com> Co-authored-by: Npangyoki <pangyoki@126.com> Co-authored-by: Nzyfncg <zhangyunfei07@baidu.com>
-
由 Weilong Wu 提交于
-
由 Sławomir Siwek 提交于
* DRY * change nodes names * add const prefix * change asX to as_x in all files
-
由 Zhanlue Yang 提交于
-
由 0x45f 提交于
* Fix some PaddleTest UT * refine code * set default value
-
由 Weilong Wu 提交于
-
由 hong 提交于
* add dropout slice yaml * remove useless code * fix infer shape error * skip infrt compile for dropout
-
由 chentianyu03 提交于
* add concat_grad kernel * fix error * remove comment code * fix outs nullptr error * change to phi header * add concat_grad declare for standalone_executor_test * add concat_grad yaml * add concat api * fix test concat op error * fix test concat op error
-
由 hong 提交于
* fix eager gen opti bug * polish code * fix some bug * fix some bugs;
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
* [Eager] support tensor uva, test=windows_ci * Add headers to fix CI, test=windows_ci * Expose _uva python interface, Fix windows ci issue
-
由 Chen Weihang 提交于
* add add_n infermeta * forward run success * add add_n grad yaml
-