- 08 5月, 2020 7 次提交
-
-
由 hong 提交于
* raise index error when slice out of range; test=develop * add uni test; test=develop * fix format error; test=develop * add comment for py::index_error; test=develop * polish error message; test=develop * polish error message; test=develop
-
由 Wojciech Uss 提交于
* Enabled quantize all and skip missing in QAT
-
由 Aurelius84 提交于
* support to train in static * support to independent decorator * remove in_dygraph_mode condition in ProgramTranslator * fix import param_guard and add train/eval test=develop * Modify into ShareVarsFromScope and rm __all__ in partial_program test=develop
-
由 Huihuang Zheng 提交于
1. To make ProgramTranslator to support `assert` grammar, this PR adds `assert` python API and C++ code. 2. Fix a bug: graph_pattern_detector.h #include <gtest/gtest_prod.h> but didn't declared dependency at CMakeLists, which can cause single build failure. 3. Refactoring `Formatter` in print_op to make it reusable and reuse the formatter to print in assert op.
-
由 Pei Yang 提交于
-
由 Guo Sheng 提交于
test=develop test=win_gpu
-
由 Tao Luo 提交于
* add UT for mkldnn_cache_capacity test=develop * fix comparison of integer expressions of different signedness test=develop
-
- 07 5月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enhancement, test=develop * add unittest for glu, test=develop
-
- 06 5月, 2020 2 次提交
-
-
由 joanna.wozna.intel 提交于
-
由 liym27 提交于
* Replace dygraph_to_static_func with @declarative or program_translator.get_func in test_list.py * Add comments in ConditionalBlock. * Support list pop last item. * Support pop the i-th item. * Support an empty tensor array as Input in assign op and set the kernel type is float.
-
- 01 5月, 2020 2 次提交
-
-
由 Tao Luo 提交于
* solve mklml memory leak on windows test=develop * remove unused msvcr120.dll test=develop
-
由 Zhang Ting 提交于
* improve activation ops performance, test=develop * use 32bit only GPU computation, test=develop
-
- 30 4月, 2020 8 次提交
-
-
由 xujiaqi01 提交于
* add timeout and http store in communication, add revert and confirm in fleet * test=develop
-
由 Guo Sheng 提交于
* Fix cusolver loader for Windows in dynamic_loader.cc. test=develop * Fix missing CUSOLVER_ROUTINE_EACH_R1. test=gpu test=develop * Add unsupprot for cusolver on Windows temporarily. test=develop * Fix GetCusolverDsoHandle error message. test=develop
-
由 wawltor 提交于
Add the pslib graph batch reader mode, add the test case for this change
-
由 liym27 提交于
* Support LoDTensorArray for slice op. * Support read elements of list in dygraph_to_static * Fix infershape add test for infershape. * Support Tensor for Attr(starts) and Attr(ends). * Use new interfaces in VarTypeInference.
-
由 Feiyu Chan 提交于
fix kron_op: when only one input needs gradient
-
由 Li Fuchen 提交于
* enhance add_position_encoding error message, test=develop * enhance warpctc & scaled_dot_product_attention error message, test=develop * modified error message and ctest of scaled_dot_product_attention, test=develop
-
由 liym27 提交于
-
由 joanna.wozna.intel 提交于
-
- 29 4月, 2020 2 次提交
- 28 4月, 2020 4 次提交
-
-
由 lidanqing 提交于
* update local data preprocess doc * update for 2.0 QAT test=develop test=document_fix * update benchmark data test=develop test=document_fix Co-authored-by: NWojciech Uss <wojciech.uss@intel.com>
-
由 Sylwester Fraczek 提交于
-
由 Tao Luo 提交于
* remove double registery for pyramid_hash op * add noavx_axpy and noavx_axpy_noadd test=develop
-
由 Huihuang Zheng 提交于
test=develop
-
- 27 4月, 2020 5 次提交
-
-
由 Chen Weihang 提交于
* add print transformer & unify print format, test=develop * remove using of dygraph_to_static_func, test=develop * remove python stdout capture, test=develop * fix compatibility problems for PY2, test=develop * fix detail error, test=develop * fix type analysis bug, test=develop * fix print tuple compatible error in PY2, test=develop * replace get_func to declarative, test=develop * fix detail bug, test=develop * fix some detail problems, test=develop * change visit_call in print transformer, test=develop
-
由 Li Fuchen 提交于
* add trace op, test=develop * Optimized the implementation of trace op, test=develop * fix a bug of include in trace_op.h, test=develop * move trace API from creation to math, test=develop * modified en doc. test=develop * add complex trace api * add complex sum api, test=develop * modified en doc of complex sum and trace, test=develop * modified doc and trace API, test=develop * modified en doc of trace and sum, test=develop * modified comment in complex kron API, test=develop * OP Should Not Have Unused Input, test=develop * add GetExpectedKernelType, test=develop
-
由 wangchaochaohu 提交于
-
由 Yiqun Liu 提交于
-
由 HappyAngel 提交于
c++ API ( average_accumulates, tensor_array_to_tensor and average_accumulates) error message enhance. test=develop (#23631)
-
- 26 4月, 2020 8 次提交
-
-
由 Tao Luo 提交于
test=develop
-
由 ShenLiang 提交于
* add batch fc op, test=develop * add batch_fc_op, test=develop * fix untest, test=develop * rm check_dygraph, test=develop * fix comment, test=develop * fix comment, test=develop
-
由 liuwei1031 提交于
* save InferVarType changes, test=develop * remove code comments, test=develop * tweak code, test=develop * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop * modify fused_bn_activation_op, test=develop * fix error of fused_bn_activation_op, test=develop * fix PADDLE_ENFORCE and unittest coverage issue, test=develop * tweak PADDLE_ENFORCE messages, test=develop * improve unittest coverage, test=develop * add StaticGraphInferVarType class, test=develop * rebase develop branch, test=develop * fix unittest error, test=develop * remove comments, test=develop * improve unittest coverage, test=develop * imporve error message and imporve unittest coverage, test=develop * upgrade InferVarType API, test=develop * tweak pyfunc error message, test=develop * fix compilation conflict - save_combine_op, test=develop
-
由 hong 提交于
-
由 wangchaochaohu 提交于
-
由 ShenLiang 提交于
-
由 Chengmo 提交于
* update index sample
-
由 Zhang Ting 提交于
-
- 25 4月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* add kron op and its python API, doc and unittests. * add kron in paddle.complex
-