- 15 5月, 2020 4 次提交
-
-
由 lilong12 提交于
* improve error reporting messages
-
由 wangchaochaohu 提交于
-
由 xujiaqi01 提交于
* fix error check of stack and space_to_depth * test=develop
-
由 Aurelius84 提交于
* [Dy2Stat] Add test for ptb model. (#24076) * [Dy2Stat] Add test for ptb model. test=develop * Simplify code for gast.If in is_control_flow_to_transform. test=develop * Move IsControlFlowVisitor to file utils. test=develop * Don't use convert_call for build-in func in CallTransformer. test=develop * Optimize api is_control_flow_to_transform. test=develop * Polish the document of IsControlFlowVisitor. test=develop * Use declarative instead of dygraph_to_static_func. test=develop * [dy2static] Add print transformer and unify print format (#24068) * 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 * [dy2static] Support for static graph training with @declarative decorator (#24259) * 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 * [Dy2Stat] Optimize loop cond (#24049) * Simplify code for gast.If in is_control_flow_to_transform. * Move IsControlFlowVisitor to file utils. * Don't use convert_call for build-in func in CallTransformer. * Optimize api is_control_flow_to_transform. * Polish the document of IsControlFlowVisitor. * revert modification from #24259 * [dy2stat]Support save_inference_model in program_translator (#24353) * support save_inference_model in program_translator test=develop * fix compatibility with OrderedDict.values() in python3 test=develop * synchronized random_seed test=develop * Polish Error Message test=develop * Fix bug with `if Tensor` in is_control_flow (#24433) * fix bug with `if Tensor` in is_control_flow test=develop * remove continue test=develop * Revert "[dy2static] Add print transformer and unify print format (#24068)" This reverts commit 09dd0190. * Revert "[dy2static] Add print transformer and unify print format (#24068)" This reverts commit 09dd0190. * fix sample code in sava_inference_model test=develop Co-authored-by: Nliym27 <33742067+liym27@users.noreply.github.com> Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 14 5月, 2020 7 次提交
-
-
由 chajchaj 提交于
Enhance error message of cross_entropy_op, sigmoid_cross_entropy_with_logits_op, test=release/1.8 (#24542)
-
由 Yibing Liu 提交于
* Format error message for ops, test=release/1.8 * Fix check in sequence_expand, test=release/1.8
-
由 ruri 提交于
* fix error message, test=develop
-
由 WuHaobo 提交于
-
由 hutuxian 提交于
-
由 liu zhengxi 提交于
* update err msg for dynamic_lstm and dynamic_lstmp, test=develop
-
由 Yang Zhang 提交于
test=release/1.8 l1_norm norm squared_l2_norm squared_l2_distance conv_shift sample_logits
-
- 13 5月, 2020 9 次提交
-
-
由 danleifeng 提交于
-
由 qingqing01 提交于
test=develop
-
由 Chen Weihang 提交于
* API/OP (Some SL API) error message enhancement (#24441) * polish some sl api error message, test=develop * polish python input check of stride slice, test=develop * fix unittest bugs, test=develop * fix error info for transpose sequence_conv_pool max_sequence_len sequ… (#24437) * fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * update modify, test=develop * update modify, test=develop * fixed some modifications, test=develop Co-authored-by: NXing Wu <wuxing03@baidu.com>
-
由 hutuxian 提交于
* remove print statement to make code clean(#23907) * Try to fix UT Random Fail (#24223)
-
由 hong 提交于
* add enable_imperative, disable_imperative; test=develop * add unitest; test=develop * polish example; test=develop
-
由 zhang wenhui 提交于
-
由 Li Fuchen 提交于
* enhance rank_loss error message, test=develop * enhance similarity_focus error message, test=develop * enhance squeeze error message, test=develop
-
由 mapingshuo 提交于
* fix error log: resahpe, range, reverse.
-
由 0YuanZhang0 提交于
* test=develop * test=develop
-
- 12 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* Fix error info (#23891) * fix error info for rnn related api * passed local test, test=develop * double check the code * double check the code, test=develop * update 'shape' check in RNNCell, test=develop * add long dtype to RNNCell * fix long type in python3 Co-authored-by: NXingWu01 <wuxing@iie.ac.cn> * fix rnn check_type list error (#24346) * fix rnn check_type list error * tigger ci, test=release/1.8 * update modify, test=release/1.8 Co-authored-by: NXingWu01 <wuxing@iie.ac.cn>
-
- 11 5月, 2020 2 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enchancement, test=release/1.8
-
由 Li Fuchen 提交于
OP(warpctc, add_position_encoding, scaled_dot_product_attention) error message enhancement (#24261) (#24372) * 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
-
- 30 4月, 2020 3 次提交
-
-
由 qingqing01 提交于
* Rename internal gradient variables in multiple backward * so that they have different names with previous backward * For example: * y = x * x, grad = fluid.gradients(fluid.gradients(y, x) + y * y, x) * In second-time backward, gradient variable names of partial * forward network (y * y) may be have same names with first-time * fluid.gradients(y, x). test=develop
-
由 lidanqing 提交于
* update local data preprocess doc * update for 1.8 QAT * update benchmark data Co-authored-by: NWojciech Uss <wojciech.uss@intel.com> test=release/1.8 test=document_fix
-
由 Feiyu Chan 提交于
* fix kron_op: when only one input needs gradient, test=develop * fix a typo in paddle.complex.matmul, test=release/1.8
-
- 28 4月, 2020 9 次提交
-
-
由 FDInSky 提交于
* test=develop fix generate_proposals
-
由 zhongpu 提交于
* delete paddle.nn api, test=develop * fix optest, test=develop * delete paddle.optimizer, paddle.meric, paddle.framework, paddle.io, test=develop * fix optest, test=develop * fix test_trace_op.py, test=develop * fix test_activation_op.py, test=develop
-
由 Guanghua Yu 提交于
* fix CrossEntropyLoss op en doc, test=develop * delete unittests,test=release/2.0
-
由 GaoWei8 提交于
-
由 suytingwan 提交于
* Add meshgrid op (#23736)
-
由 Yibing Liu 提交于
-
由 Leo Chen 提交于
* update paddle/tensor, test=develop * update linalg,py, test=develop * update nn/functional, test=develop * delete paddle/tensor/*, test=develop * merge upstream, test=develop * update __init__, test=develop * pass ci, test=develop
-
由 zhongpu 提交于
-
由 Feiyu Chan 提交于
* add reshape in paddle.complex, test=develop * fix typos in paddle.complex.kron's comment, fix unittest, test=release-2.0
-
- 27 4月, 2020 5 次提交